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.
我尝试在 R 中查找有关用于因子分析的旋转类型的帮助。我正在使用函数factanal。默认值为 varimax。其他类型的旋转是“none”和“promax”。是否还有其他像倾斜和正交的,或者 R 中只有 3 个旋转选项?谢谢!
R 中的其他包 - 例如 qmethod - 包括其他旋转。倾斜旋转选项 - 例如 promox 或 oblimin - 似乎是可能的,但似乎有问题(例如,它们运行和显示结果,但使用与 varimax 相同的表而不是结构和模式表)。
因此,如果其他软件包没有额外的轮换选项,我会感到惊讶。