Learn R Programming

simulateDCE (version 0.3.1)

aggregateResults: Aggregate Simulation Results

Description

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

Usage

aggregateResults(all_designs, fromfolder = NULL)

Value

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

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.