Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.20

Usage

Skin

Arguments

Format

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

close

a numeric vector

poor

a numeric vector

Examples

Run this code
# NOT RUN {
str(Skin)
attach(Skin)
DIFF <- close-poor
stem(DIFF)
EDA(DIFF)
remove(DIFF)
detach(Skin)
# }

Run the code above in your browser using DataLab