Learn R Programming

EffectStars (version 1.9-1)

womenlabour: Canadian Women's Labour-Force Participation

Description

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

Usage

data(womenlabour)

Arguments

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

References

Social Change in Canada Project. York Institute for Social Research.

Fox, J. (2008): Applied Regression Analysis and Generalized Linear Models, Second Edition.

Examples

Run this code
# 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