| Indian {BSDA} | R Documentation | 
Educational attainment versus per capita income and poverty rate for American indians living on reservations
Description
Data for Exercise 2.95
Usage
Indian
Format
A data frame/tibble with ten observations on four variables
- reservation
- a character variable with values - Blackfeet,- Fort Apache,- Gila River,- Hopi,- Navajo,- Papago,- Pine Ridge,- Rosebud,- San Carlos, and- Zuni Pueblo
- percent high school
- percent who have graduated from high school 
- per capita income
- per capita income (in dollars) 
- poverty rate
- percent poverty 
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
par(mfrow = c(1, 2))
plot(`per capita income` ~ `percent high school`, data = Indian, 
     xlab = "Percent high school graudates", ylab = "Per capita income")
plot(`poverty rate` ~ `percent high school`, data = Indian, 
     xlab = "Percent high school graudates", ylab = "Percent poverty")
par(mfrow = c(1, 1))
[Package BSDA version 1.2.2 Index]