Learn R Programming

BSDA (version 0.1)

Presiden: Ages at inauguration and death of U.S. presidents

Description

Data for Exercise 1.126

Usage

Presiden

Arguments

source

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

Examples

Run this code
str(Presiden)
attach(Presiden)
table(Birt)
pie(table(Birt))
stripchart(x=list(Inaugage,Deathage),method="stack",
group.names=c("Inaugural Age","Death Age"),col=c("green","brown"),pch=19)
detach(Presiden)

Run the code above in your browser using DataLab