SurgicalUnit: Surgical Unit dataset

Description Usage Format Source Examples

Description

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

Usage

1
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

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

Example output

Loading required package: leaps
Loading required package: SuppDists
Loading required package: car
Loading required package: carData

ALSM documentation built on May 2, 2019, 10:19 a.m.

Related to SurgicalUnit in ALSM...