openintro (version 1.3)

census: Random sample of 2000 U.S. Census Data

Description

A random sample of 500 observations from the 2000 U.S. Census Data.

Usage

data(census)

Arguments

source

http://factfinder.census.gov/

Examples

Run this code
data(census)
str(census)
these <- census[,3] > 0     # income greater than 0
histPlot(log(census$totalFamilyIncome[these]), xlab="log(total family income)")

Run the code above in your browser using DataLab