When plotting a time-course analysis, it may be useful to compare results gained at multiple timepoints, and determine the differences in performance over time. This function provides a means of plotting those results
plotATestsFromTimepointFiles(FILEPATH, PARAMETERS, ATESTRESULTFILENAME,
ATESTSIGLEVEL, MEASURES, PMIN, PMAX, PINC, TIMEPOINTS)
Directory where the results of the simulation runs, in folders or in single CSV file format, can be found
Array containing the names of the parameters of which parameter samples will be generated
Name of the CSV file containing the A-Test results to be plotted
Value to plot for a large difference between distributions on this plot
An array containing the names of the simulation output measures to be analysed.
Array containing the minimum value that should be used for each parameter. Sets a lower bound on sampling space
Array containing the maximum value that should be used for each parameter. Sets an upper bound on sampling space
Array containing the increment value that should be applied for each parameter. For example, a parameter could have a minimum value of 10, and maximum value of 100, and be incremented by 10
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)