ROC.data.ex {ROCpsych} | R Documentation |
Example data
Description
This hypothetical dataset contains records of the outcome, the predictor, gender, and age from 241 participants.
Usage
data("ROC.data.ex")
Format
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
Examples
data(ROC.data.ex)
## maybe str(ROC.data.ex) ; plot(ROC.data.ex) ...
[Package ROCpsych version 1.3 Index]