blr_prep_roc_data {blorr} | R Documentation |
ROC curve data
Description
Data for generating ROC curve.
Usage
blr_prep_roc_data(gains_table)
Arguments
gains_table |
An object of clas |
Examples
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
gt <- blr_gains_table(model)
blr_prep_roc_data(gt)
[Package blorr version 0.3.0 Index]