Pb HCPC
You can see the Website dedicated to FactoMineR (link for English version, and for the French version)
How do you install the latest version of FactoMineR available on GitHub?
if (!require("devtools")) install.packages("devtools") library(devtools) install_github("husson/FactoMineR")
用于多元数据分析的R语言包,提供多种探索性数据分析方法,包括主成分分析、对应分析、多重对应分析等。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
FactoMineR
You can see the Website dedicated to FactoMineR (link for English version, and for the French version)
How do you install the latest version of FactoMineR available on GitHub?