# NOT RUN {
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
# gains table
blr_gains_table(model)
# lift chart
k <- blr_gains_table(model)
plot(k)
# }
Run the code above in your browser using DataLab