womenlabour {EffectStars} | R Documentation |
The data are from a 1977 survey of the Canadian population.
data(womenlabour)
A data frame with 263 observations on the following 4 variables.
Participation
Labour force participation with levels fulltime
, not.work
and parttime
IncomeHusband
Husband's income in 1000 $
Children
Presence od children in household with levels absent
and present
Region
Region with levels Atlantic
, BC
, Ontario
, Prairie
and Quebec
R package carData: Womenlf
Social Change in Canada Project. York Institute for Social Research.
Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.
## Not run:
data(womenlabour)
womenlabour$IncomeHusband <- scale(womenlabour$IncomeHusband)
star.nominal(Participation ~ IncomeHusband + Children + Region, womenlabour)
## End(Not run)