| build_true_params_for_estimation | R Documentation |
Creates a data frame of true parameter values adjusted for the estimation model, accounting for misspecification. When generation and estimation models differ, some parameters may need to be filled with defaults (e.g., discrimination = 1 for Rasch when estimating 1PL from 2PL data) or dropped entirely (e.g., discrimination when estimating 1PL from 2PL).
build_true_params_for_estimation(design, estimation_model)
design |
An |
estimation_model |
Character string: "1PL", "2PL", or "GRM". |
Data frame with columns: item, param, true_value, matching the schema of the estimation model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.