Learn R Programming

BSDA (version 1.01)

Maze: Error scores for four groups of experimental animals running a maze

Description

Data for Exercise 10.13

Usage

Maze

Arguments

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

Examples

Run this code
# NOT RUN {
str(Maze)
attach(Maze)
boxplot(score~condition)
anova(lm(score~condition))
detach(Maze)
# }

Run the code above in your browser using DataLab