Factoshiny: an updated version on CRAN!
[This article was first published on François Husson, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The newest version of R package Factoshiny (2.2) is now on CRAN!
It gives a graphical user interface that allows you to implement exploratory multivariate analyses such as PCA, correspondence analysis, multiple factor analysis or clustering.
This interface allows you to modify the graphs interactively, it manages missing data, it gives the lines of code to parameterize the analysis and redo the graphs (reproducibility) and it proposes an automatic report on the results of the analysis.
remove.packages("Factoshiny") install.packages("Factoshiny")
Try it! Only 1 function to retain: the Factoshiny function (same name as the packages):
library(Factoshiny) data(decathlon) result <- Factoshiny(decathlon)
Here is a video that shows how to perform PCA with Factoshiny.
To leave a comment for the author, please follow the link and comment on their blog: François Husson.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.