Learn R Programming

BSDA (version 0.1)

Aid: Monthly payments per person for families in the AFDC federal program

Description

Data used in Exercises 1.91 and 3.68

Usage

Aid

Arguments

source

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

Examples

Run this code
str(Aid)
attach(Aid)
hist(payment)
boxplot(payment)
library(lattice)
dotplot(State~payment)
detach(Aid)

Run the code above in your browser using DataLab