Learn R Programming

R330 (version 1.0)

kyphosis.df: Data on Children who have had Corrective Spinal Surgery

Description

The kyphosis data frame has 81 rows and 4 columns, representing data on children who have had corrective spinal surgery.

Usage

data(kyphosis.df)

Arguments

Format

A data frame with 81 observations on the following 4 variables:
Kyphosis
a factor with levels absent present indicating if a kyphosis (a type of deformation) was present after the operation.
Age
in months
Number
the number of vertebrae involved
Start
the number of the first (topmost) vertebra operated on

Source

John M. Chambers and Trevor J. Hastie, Statistical Models in S, p 200.

References

John M. Chambers and Trevor J. Hastie eds. (1992) Statistical Models in S, Wadsworth and Brooks/Cole, Pacific Grove, CA.

Examples

Run this code
data(kyphosis.df) 
pairs20x(kyphosis.df)

Run the code above in your browser using DataLab