Learn R Programming

BSDA (version 0.1)

Elderly: Percent of the population over the age of 65

Description

Data for Exercise 1.92 and 2.61

Usage

Elderly

Arguments

source

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

Examples

Run this code
str(Elderly)
attach(Elderly)
stripchart(x=list(X98percent,X85percent),method="stack",pch=19,
col=c("red","blue"),group.names=c("1998","1985"))
cor(X98percent,X85percent)
detach(Elderly)

Run the code above in your browser using DataLab