Learn R Programming

BSDA (version 0.1)

Abc: Three samples to illustrate analysis of variance

Description

Data used in Exercise 10.1

Usage

Abc

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab