Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理多元纵向数据,并希望使用“纵向”包来查看变量之间的动态相关性。我一直能够很好地运行代码,直到结束:
[使用包中存储数据的示例]:
library("longitudinal") data(tcell) dynpc <- dyn.pcor(tcell.34, lambda=0) class(dynpc)
(对象属于“收缩”类)
所以这是我的问题:如何将这些数据导出到 .txt 或 .csv 文件?该函数为我提供了一个相关矩阵以及其他信息。