View source: R/aggregateResults.R
aggregateResults | R Documentation |
Processes the simulation results to extract summaries, coefficients, and graphs.
aggregateResults(all_designs, fromfolder = NULL)
all_designs |
A list of simulation results from sim_choice. Can contain different designs but need to have the common structure returned by simchoice |
fromfolder |
A folder from where to read simulations. If provided, the function will read all .qs files from the folder and process them. The files are usually saved by your earlier work and should be qs files as they are more efficient that rds files. |
A list with aggregated results including summary, coefficients, graphs, and power.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.