Learn R Programming

BSDA (version 1.01)

Leader: Leadership exam scores by age for employees on an industrial plant

Description

Data for Exercise 7.31

Usage

Leader

Arguments

Format

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

under35

a numeric vector

over35

a numeric vector

Examples

Run this code
# NOT RUN {
str(Leader)
attach(Leader)
boxplot(under35,over35,names=c("Under 35","Over 35"),col=c("green","brown"))
t.test(under35,over35)
detach(Leader)
# }

Run the code above in your browser using DataLab