Maze {BSDA}R Documentation

Error scores for four groups of experimental animals running a maze

Description

Data for Exercise 10.13

Usage

Maze

Format

A data frame with 32 observations on the following 6 variables.

CondA
a numeric vector
CondB
a numeric vector
CondC
a numeric vector
CondD
a numeric vector
score
a numeric vector
condition
a factor with levels CondA CondB CondC CondD

Source

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

Examples

str(Maze)
attach(Maze)
boxplot(score~condition)
anova(lm(score~condition))
detach(Maze)

[Package BSDA version 0.1 Index]