Description
Perform Factorial Analysis from 'FactoMineR' with a Shiny Application.
Description
Perform factorial analysis with a menu and draw graphs interactively thanks to 'FactoMineR' and a Shiny application.
README.md
Factoshiny
You can see the Website dedicated to Factoshiny (link for English version, and for the French version)
How do you install the latest version of Factoshiny available on GitHub?
if (!require("devtools")) install.packages("devtools")
library(devtools)
install_github("husson/Factoshiny")