SurgicalUnit {ALSM}R Documentation

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")

Format

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

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

x4

a numeric vector

x5

a numeric vector

x6

a numeric vector

x7

a numeric vector

x8

a numeric vector

y

a numeric vector

lny

a numeric vector

Source

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

Examples

data(SurgicalUnit)
## maybe str(SurgicalUnit) ; plot(SurgicalUnit) ...

[Package ALSM version 0.2.0 Index]