Learn R Programming

BSDA (version 1.01)

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

Format

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

trials

a numeric vector

group

a numeric vector

Examples

Run this code
# NOT RUN {
str(Drug)
attach(Drug)
boxplot(trials~group)
wilcox.test(trials~group)
detach(Drug)
# }

Run the code above in your browser using DataLab