powered by
A data frame containing the frequency of execution of 13 house tasks in the couple. This table is also available in ade4 package.
data("housetasks")
A data frame with 13 observations (house tasks) on the following 4 columns.
Wife
a numeric vector
Alternating
Husband
Jointly
# NOT RUN { 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