Learn R Programming

lsm (version 0.2.0)

icu: The icu Study.

Description

The icu study data set consists of a sample of 200 subjects who were part of a much larger study on survival of patients following admission to an adult intensive care unit (icu). The variables are as follows:

Usage

icu

Arguments

Format

A data frame with 200 observations on the following 21 variables.

ID

a numeric vector

STA

a numeric vector

AGE

a numeric vector

GENDER

a numeric vector

RACE

a numeric vector

SER

a numeric vector

CAN

a numeric vector

CRN

a numeric vector

INF

a numeric vector

CPR

a numeric vector

SYS

a numeric vector

HRA

a numeric vector

PRE

a numeric vector

TYP

a numeric vector

FRA

a numeric vector

PO2

a numeric vector

PH

a numeric vector

PCO

a numeric vector

BIC

a numeric vector

CRE

a numeric vector

LOC

a numeric vector

References

[1] Hosmer, D. (2013). Wiley Series in Probability and Statistics Ser. : Applied Logistic Regression (3). New York: John Wiley & Sons, Incorporated.

Examples

Run this code
# NOT RUN {
data(icu)
## maybe str(icu) ; plot(icu) ...
# }

Run the code above in your browser using DataLab