dt {CBCgrps}R Documentation

simulated dataset as a working example

Description

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

Usage

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

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

[Package CBCgrps version 2.8.2 Index]