ade4 (version 1.7-15)

housetasks: Contingency Table

Description

The housetasks data frame gives 13 housetasks and their repartition in the couple.

Usage

data(housetasks)

Arguments

Format

This data frame contains four columns : wife, alternating, husband and jointly. Each column is a numeric vector.

Examples

Run this code
# NOT RUN {
data(housetasks)
nsc1 <- dudi.nsc(housetasks, scan = FALSE)

if(adegraphicsLoaded()) {
  s.label(nsc1$c1, plab.cex = 1.25)
  s.arrow(nsc1$li, add = TRUE, plab.cex = 0.75)
} else {
  s.label(nsc1$c1, clab = 1.25)
  s.arrow(nsc1$li, add.pl = TRUE, clab = 0.75) 
}
# }

Run the code above in your browser using DataCamp Workspace