Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

female.inc

Income distribution for females in 2001


Description

A data set containing incomes for 1,000 females along with race information. The data is sampled from data provided by the United States Census Bureau.

Usage

data(female.inc)

Format

A data frame with 1,000 observations on the following 2 variables.

income

Income for 2001 in dollars

race

a factor with levels black, hispanic or white

Details

The United States Census Bureau provides alot of data on income distributions. This data comes from the Current Population Survey (CPS) for the year 2001. The raw data appears in table format. This data is sampled from the data in that table.

Source

The original table was found at http://ferret.bls.census.gov/macro/032002/perinc/new11_002.htm

Examples

data(female.inc)
boxplot(income ~ race, female.inc)
boxplot(log(income,10) ~ race, female.inc)
sapply(with(female.inc,split(income,race)),median)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.