Learn R Programming

ALSM (version 0.1.9)

SurgicalUnit: Surgical Unit dataset

Description

A hospital surgical unit was interested in predicting survival in patients undergoing a particular of type of liver operation.

Usage

data("SurgicalUnit")

Arguments

Format

A data frame with 54 observations on the following 10 variables.

Source

Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li. Applied Linear Statistical Models Fifth Edition .page 350

Examples

Run this code
data(SurgicalUnit)
## maybe str(SurgicalUnit) ; plot(SurgicalUnit) ...

Run the code above in your browser using DataLab