For a given sample size, get the median results to summarise results for all sets
get_medians_for_size_subsets(FILEPATH, NUMSUBSETSPERSAMPLESIZE, SAMPLESIZE,
MEASURES, RESULTFILENAME, ALTFILENAME, OUTPUTFILECOLSTART,
OUTPUTFILECOLEND)
Directory where the results of the simulation runs, in folders or in single CSV file format, can be found
Number of run subsets for this sample size, typically 20
Current sample size being processed
An array containing the names of the simulation output measures to be analysed.
Name of the simulation results file. In the current version, XML and CSV files can be processed. If performing this analysis over multiple timepoints, it is assumed that the timepoint follows the file name, e.g. trackedCells_Close_12.csv.
In some cases, it may be relevant to read from a further results file if the initial file contains no results. This filename is set here. In the current version, XML and CSV files can be processed.
Column number in the simulation results file where output begins - saves (a) reading in unnecessary data, and (b) errors where the first column is a label, and therefore could contain duplicates.
Column number in the simulation results file where the last output measure is.
Summary statistics for all runs under this sample size