react {ISwR}R Documentation

Tuberculin reactions

Description

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

Usage

react

Format

A single vector, differences between reaction sizes in mm.

Source

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

Examples

hist(react) # not good because of discretization effects...
plot(density(react))

[Package ISwR version 2.0-8 Index]