Shkdrug {BSDA}R Documentation

Effects of a drug and electroshock therapy on the ability to solve simple tasks

Description

Data for Exercises 10.11 and 10.12

Usage

Shkdrug

Format

A data frame with 64 observations on the following 6 variables.

Drug.Shk
a numeric vector
Drug.NoS
a numeric vector
NoDrug.S
a numeric vector
NoDg.NoS
a numeric vector
Treatment
a factor with levels Drug/NoS Drug/Shk NoDg/NoS NoDrug/S
Response
a numeric vector

Source

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

Examples

str(Shkdrug)
attach(Shkdrug)
boxplot(Response~Treatment)
anova(lm(Response~Treatment))
detach(Shkdrug)

[Package BSDA version 0.1 Index]