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