powered by
Data for generating ROC curve.
blr_prep_roc_data(gains_table)
An object of clas blr_gains_table
blr_gains_table
# NOT RUN { model <- glm(honcomp ~ female + read + science, data = hsb2, family = binomial(link = 'logit')) gt <- blr_gains_table(model) blr_prep_roc_data(gt) # }
Run the code above in your browser using DataLab