bridgr.eval.post: Evaluate improvements from bridging process

View source: R/bridger.R

bridgr.eval.postR Documentation

Evaluate improvements from bridging process

Description

bridgr.eval.post evaluates improvements to grading bias from the bridging process.

Usage

bridgr.eval.post(bridgr.results, plot = TRUE, tbl = TRUE)

Arguments

bridgr.results

A bridgr object.

plot

Whether to plot empirical CDF of post-processed (bridged) grades.

tbl

Whether to tabulate evidence of bias in post-processed grades.

Value

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

Examples

# 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)

sidakyntiso/bridgr documentation built on Feb. 11, 2023, 4:18 p.m.