dt: simulated dataset as a working example

Description Usage Format Details Source References Examples

Description

A data frame with 500 observations on the following 8 variables. Missing values are also present

Usage

1
data("dt")

Format

A data frame with 500 observations on the following 8 variables.

crp

a numeric vector, C-reactive protein measured in mg/l, with missing values

vaso

a factor with two levels Yes No, indicating the use of vasopressor or not

wbc

a numeric vector, white blood cell count

lac

a numeric vector, serum lactate

age

a numeric vector, age in years

type

a factor with levels surgery medical emergency

gender

a factor with levels female male

mort

an integer with two values 1 0

Details

The dataset is generated as a working example without clinical relevance.

Source

Simulated dataset without sources.

References

simulated dataset without reference.

Examples

1
2
data(dt)
## maybe str(df) ; plot(df) ...

CBCgrps documentation built on April 15, 2021, 9:10 a.m.

Related to dt in CBCgrps...