Skin {BSDA}R Documentation

Survival times of closely and poorly matched skin grafts on burn patients

Description

Data for Exercise 5.20

Usage

Skin

Format

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

close
a numeric vector
poor
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Skin)
attach(Skin)
DIFF <- close-poor
stem(DIFF)
EDA(DIFF)
remove(DIFF)
detach(Skin)

[Package BSDA version 0.1 Index]