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
ademp: simulation-study metadata carried forward from the original object
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 = 20,
n_rater = 3,
n_criterion = 3,
raters_per_person = 2,
reps = 1,
maxit = 10,
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.