Learn R Programming

CBCgrps (version 2.8.2)

df: simulated dataset as a working example

Description

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

Usage

data("df")

Arguments

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.

References

simulated dataset without reference.

Examples

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

Run the code above in your browser using DataLab