ROC.data.ex {ROCpsych} | R Documentation |
This hypothetical dataset contains records of the outcome, the predictor, gender, and age from 241 participants.
data("ROC.data.ex")
A data frame with 241 observations on the following 4 variables.
outcome
a numeric vector
predictor
a numeric vector
gender
a numeric vector
age
a numeric vector
data(ROC.data.ex)
## maybe str(ROC.data.ex) ; plot(ROC.data.ex) ...