Learn R Programming

CBCgrps (version 2.8.2)

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

Arguments

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.

References

simulated dataset without reference.

Examples

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

Run the code above in your browser using DataLab