Learn R Programming

BSDA (version 1.01)

Senior: Reaction times of 30 senior citizens applying for drivers license renewals

Description

Data for Exercise 1.83 and 3.67

Usage

Senior

Arguments

Format

A data frame with 31 observations on the following variable.

reaction

a numeric vector

Examples

Run this code
# NOT RUN {
str(Senior)
attach(Senior)
fivenum(reaction)
boxplot(reaction,horizontal=TRUE,main="Problem 1.83 Part d.",col="orange")
detach(Senior)
# }

Run the code above in your browser using DataLab