| ai_effect_summary | R Documentation |
Compares the DIF flagging patterns from human and AI scoring conditions
and classifies each item as: "stable_clean" (not flagged in
either), "stable_dif" (flagged in both), "introduced"
(flagged only under AI), "masked" (flagged only under human), or
"new_direction" (flagged in both but bias reverses sign).
ai_effect_summary(dif_human, dif_ai, alpha = 0.05)
dif_human |
A |
dif_ai |
A |
alpha |
Significance threshold for flagging. Default: |
A data.frame with one row per item/threshold and columns:
human_deltaEstimated DIF effect under human scoring.
ai_deltaEstimated DIF effect under AI scoring.
human_flagLogical: flagged under human scoring?
ai_flagLogical: flagged under AI scoring?
statusClassification (see Description).
scoring_bias_test, fit_aidif
eg <- make_aidif_eg()
mod <- fit_aidif(eg$human, eg$ai)
ai_effect_summary(mod$dif_human, mod$dif_ai)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.