womenlabour: Canadian Women's Labour-Force Participation

Description Usage Format Source References Examples

Description

The data are from a 1977 survey of the Canadian population.

Usage

1

Format

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

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

1
2
3
4
5
6
7
## Not run: 
data(womenlabour)
womenlabour$IncomeHusband <- scale(womenlabour$IncomeHusband)

star.nominal(Participation ~ IncomeHusband + Children + Region, womenlabour)

## End(Not run)

EffectStars documentation built on Oct. 30, 2019, 9:39 a.m.