Drug {BSDA}R Documentation

Number of trials to master a task for a group of 28 subjects assigned to a control and an experimental group

Description

Data for Exercise 7.15

Usage

Drug

Format

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

trials
a numeric vector
group
a numeric vector

Source

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

Examples

str(Drug)
attach(Drug)
boxplot(trials~group)
wilcox.test(trials~group)
detach(Drug)

[Package BSDA version 0.1 Index]