Description Usage Format Source Examples
A data frame containing the frequency of execution of 13 house tasks in the couple. This table is also available in ade4 package.
1  | data("housetasks")
 | 
A data frame with 13 observations (house tasks) on the following 4 columns.
Wifea numeric vector
Alternatinga numeric vector
Husbanda numeric vector
Jointlya numeric vector
This data is from FactoMineR package.
1 2 3 4 5  | library(FactoMineR)
data(housetasks)
res.ca <- CA(housetasks, graph=FALSE)
fviz_ca_biplot(res.ca, repel = TRUE)+
theme_minimal()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.