housetasks: House tasks contingency table

Description Usage Format Source Examples

Description

A data frame containing the frequency of execution of 13 house tasks in the couple. This table is also available in ade4 package.

Usage

1
data("housetasks")

Format

A data frame with 13 observations (house tasks) on the following 4 columns.

Wife

a numeric vector

Alternating

a numeric vector

Husband

a numeric vector

Jointly

a numeric vector

Source

This data is from FactoMineR package.

Examples

1
2
3
4
5
library(FactoMineR)
data(housetasks)
res.ca <- CA(housetasks, graph=FALSE)
fviz_ca_biplot(res.ca, repel = TRUE)+
theme_minimal()

YTLogos/factoextra documentation built on May 3, 2019, 9:03 p.m.