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

Description Usage Arguments

Description

Pre-process analysis settings if multiple timepoints are being considered

Usage

1
2
3
efast_run_Analysis_overTime(FILEPATH, MEASURES, PARAMETERS, NUMCURVES,
  NUMSAMPLES, OUTPUTMEASURES_TO_TTEST, TTEST_CONF_INT, GRAPH_FLAG,
  EFASTRESULTFILENAME, TIMEPOINTS, TIMEPOINTSCALE, GRAPHTIME = NULL)

Arguments

FILEPATH

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

MEASURES

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

PARAMETERS

Array containing the names of the parameters of which parameter samples have been generated

NUMCURVES

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

NUMSAMPLES

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

OUTPUTMEASURES_TO_TTEST

Which measures in the range should be tested to see if the result is statistically significant. To do all, and if there were 3 measures, this would be set to 1:3

TTEST_CONF_INT

The level of significance to use for the T-Test (e.g. 0.95)

GRAPH_FLAG

Whether graphs should be produced summarising the output - should be TRUE or FALSE

EFASTRESULTFILENAME

File name under which the full eFAST analysis should be stored. This will contain the partitioning of variance for each parameter.

TIMEPOINTS

mplemented 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"

GRAPHTIME

Value never needs stating, used internally to produce graphs when processing multiple timepoints


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.