Learn R Programming

ISwR (version 1.0-8)

react: Tuberculin reactions

Description

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

Usage

react

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
hist(react) # not good because of discretization effects...
plot(density(react))

Run the code above in your browser using DataLab