These data are weekly earnings for 9,835 Americans surveyed in the March 2011 Current Population Survey (CPS). What evidence is there from these data that males tend to receive higher earnings than females with the same values of the other variables? By how many dollars or by what percent does the male distribution exceed the female distribution?
ex1225
A data frame with 9,835 observations on the following 9 variables.
a factor with levels "Midwest"
, "Northeast"
,
"South"
, and "West"
a a factor with levels "Metropolitan"
,
"Not Identified"
, and
"Not Metropolitan"
age in years
a factor with levels "Female"
and "Male"
a factor with levels "Married"
and
"NotMarried"
a numerical variable representing educational attainment, with higher numbers corresponding to higher educational categories
a factor with 16 levels of educational category
a a factor with levels "FedGov"
,
"LocalGov"
, "Private"
,and "StateGov"
weekly wages in U.S. dollars
U.S. Bureau of Labor Statistics and U.S. Bureau of the Census: Current Population Survey, March 2011 http://www.bls.gov/cps/data.htm July 25, 2011.