Compute bias and RMSE for a target parameter, grouped by design factors
(e.g. condition_label, lv_cov_label, n_dyads). Use when
you want to see how performance metrics vary across simulation conditions.
Arguments
- data
Tibble of raw results from
run_bias_analysisorrun_simulation(must haveestimatescolumn).- param
Parameter spec (e.g.
"XA~~XB") passed toextract_param_estimates.- true_param
Column name containing true values (e.g.
"lv_cov"when latent covariance varies), or a scalar for a fixed true value.- ...
Bare column names to group by (e.g.
condition_label,lv_cov_label,n_dyads). Usesgroup_by.- .converged_only
If
TRUE(default), exclude non-converged rows.- .mcse
If
TRUE, use simhelpers for MCSE when available.
See also
Other performance:
calc_bias_rmse(),
extract_param_estimates()
