df {CBCgrps} | R Documentation |
simulated dataset as a working example
Description
A data frame with 1000 observations on the following 7 variables.
Usage
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
data(df)
## maybe str(df) ; plot(df) ...
[Package CBCgrps version 2.8.2 Index]