Skip to contents

A dataset containing the outcomes (0 or 1), probability predictions for an example model, and results from an example binary test. Binary test generated using sensitivity and specificity of 80%. Based on rmda::dcaData.

Usage

PredModelData

Format

A data frame with 500 rows and 3 variables:

outcomes

binary outcomes (0 or 1, int.)

predictions

predicted probabilities (num.)

binary_test

binary test results (0 or 1, int.)

...