Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 10.13

Usage

Maze

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab