Closed alexym1 closed 4 months ago
facto_pca() is a wrapper function that mimics FactoMineR::PCA().
facto_pca()
FactoMineR::PCA()
get_weighted_eigen() calculates the same eigs as FactoMineR, whereas get_eigen() calculates the eigs in the unweighted case.
get_weighted_eigen()
get_eigen()
eigvalues() and eigvectors() were removed.
eigvalues()
eigvectors()
pca_var_cos2() now works as expected.
pca_var_cos2()
Comparison.Rmd has been updated allowing to compute supplementary ind./var. coordinates.
Comparison.Rmd
Changelog 0.2.0
facto_pca()
is a wrapper function that mimicsFactoMineR::PCA()
.get_weighted_eigen()
calculates the same eigs as FactoMineR, whereasget_eigen()
calculates the eigs in the unweighted case.eigvalues()
andeigvectors()
were removed.pca_var_cos2()
now works as expected.Comparison.Rmd
has been updated allowing to compute supplementary ind./var. coordinates.