Learn R Programming

BSDA (version 0.1)

Drug: 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

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab