Description Usage Arguments Examples
View source: R/blr-plots-data.R
Data for generating decile capture rate.
1 | blr_prep_dcrate_data(gains_table)
|
gains_table |
An object of clas |
1 2 3 4 | model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
gt <- blr_gains_table(model)
blr_prep_dcrate_data(gt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.