workingWomen: Women in the workforce

Description Format Source Examples

Description

The labor force participation rate of women in each of 19 U.S. cities in each of two years. # Reference: United States Department of Labor Statistics # # Authorization: free use # # Description: # # Variable Names: # # 1. City: City in the United States # 2. labor72: Labor Force Participation rate of women in 1972 # 3. labor68: Labor Force Participation rate of women in 1968 # # The Data: #

Format

A data frame with 19 observations on the following 3 variables.

Source

These data are from the United States Department of Labor Statistics and are also available at DASL, the Data and Story Library (http://lib.stat.cmu.edu/DASL/).

Examples

1
2
data(workingWomen)
xyplot(labor72 ~ labor68, workingWomen)

fastR documentation built on May 1, 2019, 11:18 p.m.