Learn R Programming

BSDA (version 0.1)

Indian: Educational attainment versus per capita income and poverty rate for American indians living on reservations

Description

Data for Exercise 2.95

Usage

Indian

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Indian)
attach(Indian)
par(mfrow=c(1,2))
plot(highsch,income,xlab="Percent High School Graduates", ylab="Per capita income")
plot(highsch,poverty,xlab="Percent High School Graduates", ylab="Poverty rate")
par(mfrow=c(1,1))
cor(cbind(highsch,income,poverty))
detach(Indian)

Run the code above in your browser using DataLab