efast_get_overall_medians_overTime: Pre-process analysis settings if multiple timepoints are...

Description Usage Arguments

View source: R/efast_analysis.R

Description

Pre-process analysis settings if multiple timepoints are being considered

Usage

1
2
efast_get_overall_medians_overTime(FILEPATH, NUMCURVES, PARAMETERS,
  NUMSAMPLES, MEASURES, TIMEPOINTS, TIMEPOINTSCALE)

Arguments

FILEPATH

Directory where the simulation runs can be found, in folders or in CSV file format

NUMCURVES

The number of 'resamples' to perform (see eFAST documentation) - recommend using at least 3

PARAMETERS

Array containing the names of the parameters of which parameter samples will be generated

NUMSAMPLES

The number of parameter subsets that were generated in the eFAST design

MEASURES

Array containing the names of the output measures which are used to analyse the simulation

TIMEPOINTS

Implemented so this method can be used when analysing multiple simulation timepoints. If only analysing one timepoint, this should be set to NULL. If not, this should be an array of timepoints, e.g. c(12,36,48,60)

TIMEPOINTSCALE

Sets the scale of the timepoints being analysed, e.g. "Hours"


spartan documentation built on May 2, 2019, 9:39 a.m.