powered by
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
fulltime
not.work
parttime
IncomeHusband
Husband's income in 1000 $
Children
Presence od children in household with levels absent and present
absent
present
Region
Region with levels Atlantic, BC, Ontario, Prairie and Quebec
Atlantic
BC
Ontario
Prairie
Quebec
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) # }
Run the code above in your browser using DataLab