Pre-process analysis settings if multiple timepoints are being considered
efast_run_Analysis_overTime(FILEPATH, MEASURES, PARAMETERS, NUMCURVES,
NUMSAMPLES, OUTPUTMEASURES_TO_TTEST, TTEST_CONF_INT, GRAPH_FLAG,
EFASTRESULTFILENAME, TIMEPOINTS, TIMEPOINTSCALE, GRAPHTIME = NULL)
Directory where the simulation runs can be found, in folders or in CSV file format
Array containing the names of the output measures which are used to analyse the simulation
Array containing the names of the parameters of which parameter samples have been generated
The number of 'resamples' to perform (see eFAST documentation) - recommend using at least 3
The number of parameter subsets that were generated in the eFAST design
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
The level of significance to use for the T-Test (e.g. 0.95)
Whether graphs should be produced summarising the output - should be TRUE or FALSE
File name under which the full eFAST analysis should be stored. This will contain the partitioning of variance for each parameter.
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)
Sets the scale of the timepoints being analysed, e.g. "Hours"
Value never needs stating, used internally to produce graphs when processing multiple timepoints