Learn R Programming

ISwR (version 1.0-6)

react: Tuberculin reactions

Description

The numeric vector react contains differences between two nurses' determination of 334 tuberculin reaction sizes.

Arguments

format

A single vector. Reaction sizes in mm.

source

Exercises in Applied statistics (1977), Exercise~2.9, Dept. of Theoretical Statistics, Aarhus University.

Examples

Run this code
data(react)
hist(react) # not good because of discretization effects...
plot(density(react))

Run the code above in your browser using DataLab