Learn R Programming

BSDA (version 0.1)

Fertility: Fertility rates of all 50 states and DC

Description

Data for Exercise 1.125

Usage

Fertility

Arguments

source

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

Examples

Run this code
str(Fertility)
attach(Fertility)
library(lattice)
dotplot(State~rate)
stem(rate)
fivenum(rate)
EDA(rate)
detach(Fertility)

Run the code above in your browser using DataLab