ROC.data.ex: Example data

Description Usage Format Examples

Description

This hypothetical dataset contains records of the outcome, the predictor, gender, and age from 241 participants.

Usage

1
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

1
2
data(ROC.data.ex)
## maybe str(ROC.data.ex) ; plot(ROC.data.ex) ...

ROCpsych documentation built on Aug. 17, 2020, 5:06 p.m.