bridgr.eval.post | R Documentation |
bridgr.eval.post
evaluates improvements to grading bias from
the bridging process.
bridgr.eval.post(bridgr.results, plot = TRUE, tbl = TRUE)
bridgr.results |
A |
plot |
Whether to plot empirical CDF of post-processed (bridged) grades. |
tbl |
Whether to tabulate evidence of bias in post-processed grades. |
mae
Vector containing the values of the pre-processed
and post-processed mean absolute errors for the grades and ranks
rmse
Vector containing the values of the pre-processed
and post-processed root mean-squared errors for the grades and ranks
# Load pre-processed results data("bridgr.sim.results") # Evaluate improvements among commonly graded students grading.bias.post = bridgr.eval.post(bridgr.results = bridgr.sim.results,plot = TRUE, tbl = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.