aggregateResults: Aggregate Simulation Results

View source: R/aggregateResults.R

aggregateResultsR Documentation

Aggregate Simulation Results

Description

Processes the simulation results to extract summaries, coefficients, and graphs.

Usage

aggregateResults(all_designs, fromfolder = NULL)

Arguments

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.

Value

A list with aggregated results including summary, coefficients, graphs, and power.


simulateDCE documentation built on Aug. 8, 2025, 6:37 p.m.