Learn R Programming

ISwR (version 2.0-9)

react: Tuberculin reactions

Description

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

Usage

react

Arguments

Format

A single vector, differences between reaction sizes in mm.

Examples

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

Run the code above in your browser using DataLab