powered by
A data frame with 1000 observations on the following 7 variables.
data("df")
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
cirrhosis
COPD
diabetes
heartfailure
hypertension
renalfailure
stroke
sex
a factor with levels female male
female
male
mort
a factor with levels alive dead
alive
dead
The dataset is generated as a working example without clinical relevance.
simulated dataset without reference.
# NOT RUN { data(df) ## maybe str(df) ; plot(df) ... # }
Run the code above in your browser using DataLab