Learn R Programming

BSDA (version 1.01)

Arthriti: Time of relief for three treatments of arthritis

Description

Data for Exercise

Usage

Arthriti

Arguments

Format

A data frame with 51 observations on the following 5 variables.

TreatA

a numeric vector

TreatB

a numeric vector

TreatC

a numeric vector

Time

a numeric vector

Treatmnt

a numeric vector

Examples

Run this code
# NOT RUN {
str(Arthriti)
attach(Arthriti)
boxplot(Time~Treatmnt)
anova(lm(Time~as.factor(Treatmnt)))
detach(Arthriti)
# }

Run the code above in your browser using DataLab