factoextra (1.0.7)
Published 2026-02-24 13:47:11 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("factoextra")About this package
Provides some easy-to-use functions to extract and visualize the output of multivariate data analyses, including 'PCA' (Principal Component Analysis), 'CA' (Correspondence Analysis), 'MCA' (Multiple Correspondence Analysis), 'FAMD' (Factor Analysis of Mixed Data), 'MFA' (Multiple Factor Analysis) and 'HMFA' (Hierarchical Multiple Factor Analysis) functions from different R packages. It contains also functions for simplifying some clustering analysis steps and provides 'ggplot2' - based elegant data visualization.Extract and Visualize the Results of Multivariate Data Analyses
Dependencies
| Imports | abind, cluster, dendextend, FactoMineR, ggpubr(>= 0.1.5), grid, stats, reshape2, ggrepel, tidyr |
| Depends | R (>= 3.1.2), ggplot2 (>= 2.2.0) |
| Suggests | ade4, ca, igraph, MASS, knitr, mclust |