View source: R/summarize_simulation_study.R
| summarize_simulation_study | R Documentation |
Summarize simulation or real-data study results
summarize_simulation_study(results)
results |
A results data frame returned by |
A grouped summary data frame.
sim_results <- run_simulation_study(
dimensions = list(c(30, 12)),
true_ncomp = 2,
missing_props = numeric(0),
mechanisms = character(0),
reps = 2,
seed = 1
)
summarize_simulation_study(sim_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.