View source: R/api-simulation.R
| summary.mfrm_design_evaluation | R Documentation |
Summarize a design-simulation study
## S3 method for class 'mfrm_design_evaluation'
summary(object, digits = 3, ...)
object |
Output from |
digits |
Number of digits used in the returned numeric summaries. |
... |
Reserved for generic compatibility. |
The summary emphasizes condition-level averages that are useful for practical design planning, especially:
convergence rate
separation and reliability by facet
severity recovery RMSE
mean misfit rate
An object of class summary.mfrm_design_evaluation with components:
overview: run-level overview
design_summary: aggregated design-by-facet metrics
ademp: simulation-study metadata carried forward from the original object
notes: short interpretation notes
evaluate_mfrm_design(), plot.mfrm_design_evaluation
sim_eval <- evaluate_mfrm_design(
n_person = c(30, 50),
n_rater = 4,
n_criterion = 4,
raters_per_person = 2,
reps = 1,
maxit = 15,
seed = 123
)
summary(sim_eval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.