Leader {BSDA}R Documentation

Leadership exam scores by age for employees on an industrial plant

Description

Data for Exercise 7.31

Usage

Leader

Format

A data frame with 34 observations on the following 2 variables.

under35
a numeric vector
over35
a numeric vector

Source

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

Examples

str(Leader)
attach(Leader)
boxplot(under35,over35,names=c("Under 35","Over 35"),col=c("green","brown"))
t.test(under35,over35)
detach(Leader)

[Package BSDA version 0.1 Index]