df: simulated dataset as a working example

Description Usage Format Details Source References Examples

Description

A data frame with 1000 observations on the following 7 variables.

Usage

1
data("df")

Format

A data frame with 1000 observations on the following 7 variables.

crp

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

hb

a numeric vector, hemoglobin

ddimer

a numeric vector

wbc

a numeric vector, white blood cell

comorbid

a factor with levels cirrhosis COPD diabetes heartfailure hypertension renalfailure stroke

sex

a factor with levels female male

mort

a factor with levels alive dead

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(df)
## maybe str(df) ; plot(df) ...

Example output

Loading required package: nortest

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

Related to df in CBCgrps...