Nervous {BSDA}R Documentation

Reaction effects of 4 drugs on 25 subjects with a nervous disorder

Description

Data for Exercise 10.3

Usage

Nervous

Format

A data frame with 25 observations on the following 2 variables.

react
a numeric vector
drug
a numeric vector

Source

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

Examples

str(Nervous)
attach(Nervous)
boxplot(react~drug)
anova(lm(react~as.factor(drug)))
detach(Nervous)

[Package BSDA version 0.1 Index]