Last chance! 50% off unlimited learning
Sale ends in
The housetasks
data frame gives 13 housetasks and their repartition in the couple.
data(housetasks)
This data frame contains four columns : wife, alternating, husband and jointly. Each column is a numeric vector.
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 DataLab