| make_aidif_eg | R Documentation |
Constructs and returns the built-in example dataset: paired human and AI item parameter estimates for 6 items in two groups, with known DIF and DASB planted at specific items.
make_aidif_eg()
The data-generating model includes:
Item 1: DIF under human scoring (intercept +0.5 in focal group).
Item 3: Differential AI Scoring Bias (DASB) — AI scoring adds +0.4 to the focal-group intercept only.
Impact: 0.5 SD (focal group higher on latent trait).
AI drift: uniform +0.1 calibration offset on all items in both groups.
A list with elements human and ai, each a
validated mle list (see simulate_aidif_data for
format details).
simulate_aidif_data, fit_aidif
eg <- make_aidif_eg()
mod <- fit_aidif(eg$human, eg$ai)
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.