Shock {BSDA}R Documentation

Effect of experimental shock on time to complete difficult task

Description

Data for Exercise 10.50

Usage

Shock

Format

A data frame with 9 observations on the following 3 variables.

Group1
a numeric vector
Group2
a numeric vector
Group3
a numeric vector

Source

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

Examples

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)


[Package BSDA version 0.1 Index]