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.
可能重复: 加权皮尔逊相关性?
我已将 SPSS 文件中的数据导入 R。现在我需要对加权数据运行相关性。数据文件名为wave1。
如果我写cor(wave1)它,它将所有变量甚至权重变量关联起来,并且不对数据进行加权。
cor(wave1)
首先,是否可以对数据进行加权,然后在不包括权重的情况下进行分析。例如相关性、线性模型。
如果不是,我如何在 R 中运行与加权数据的相关性?