Learn R Programming

BSDA (version 0.1)

Shock: Effect of experimental shock on time to complete difficult task

Description

Data for Exercise 10.50

Usage

Shock

Arguments

source

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

Examples

Run this code
str(Shock)
attach(Shock)
STACKED <-stack(Shock)
STACKED[1:5,]
boxplot(values~ind,col=c("red","blue","green"),data=STACKED)
anova(lm(values~ind,data=STACKED))
remove(STACKED)
detach(Shock)

Run the code above in your browser using DataLab