powered by
data("housetasks")
Wife
Alternating
Husband
Jointly
library(FactoMineR) data(housetasks) res.ca <- CA(housetasks, graph=FALSE) fviz_ca_biplot(res.ca, repel = TRUE)+ theme_minimal()
Run the code above in your browser using DataLab