Learn R Programming

BSDA (version 1.2.1)

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/tibble with 11 observations on four variables

patient

patient identification number

close

graft survival time in days for a closely matched skin graft on the same burn patient

poor

graft survival time in days for a poorly matched skin graft on the same burn patient

differ

difference between close and poor (in days)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

stem(Skin$differ)
boxplot(Skin$differ, col = "pink")
summary(Skin$differ)

Run the code above in your browser using DataLab