View source: R/api-simulation.R
| summary.mfrm_signal_detection | R Documentation |
Summarize a DIF/bias screening simulation
## S3 method for class 'mfrm_signal_detection'
summary(object, digits = 3, ...)
object |
Output from |
digits |
Number of digits used in numeric summaries. |
... |
Reserved for generic compatibility. |
An object of class summary.mfrm_signal_detection with:
overview: run-level overview
detection_summary: aggregated detection rates by design, with
design-variable alias columns when applicable
ademp: simulation-study metadata carried forward from the original object
facet_names: public facet labels carried from the simulation specification
design_variable_aliases: accepted public aliases for design variables
design_descriptor: role-based design-variable metadata
planning_scope: explicit record of the current planning contract
planning_constraints: explicit record of mutable/locked design variables
planning_schema: combined planner-schema contract
future_branch_active_summary: compact deterministic summary of the
schema-only future arbitrary-facet planning branch embedded in the current
planning schema
gpcm_boundary: bounded-GPCM caveat row when present
notes: short interpretation notes, including the bias-side screening caveat
evaluate_mfrm_signal_detection(), plot.mfrm_signal_detection
sig_eval <- suppressWarnings(evaluate_mfrm_signal_detection(
n_person = 8,
n_rater = 2,
n_criterion = 2,
raters_per_person = 1,
reps = 1,
maxit = 30,
bias_max_iter = 1,
seed = 123
))
summary(sig_eval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.