Produces a full graph of the data generated by aa_sampleSize_Summary
(by full, we mean the y-axis (the A-Test score) goes from 0-1, and the
x axis contains all sample sizes examined), making it easy to see how
uncertainty reduces with an increase in sample size. This graph is named
as stated in the parameter GRAPHOUTPUTFILE, with the timepoint appended
if the analysis is for multiple timepoints.
aa_graphSampleSizeSummary(FILEPATH, MEASURES, MAXSAMPLESIZE, SMALL, MEDIUM,
LARGE, GRAPHOUTPUTFILE, SAMPLESUMMARY_OBJECT = NULL,
SAMPLESUMMARY_FILE = NULL, TIMEPOINTS = NULL,
TIMEPOINTSCALE = NULL, GRAPHLABEL = NULL)
Directory where the results of the simulation runs, in folders or in single CSV file format, can be found
An array containing the names of the simulation output measures to be analysed.
The highest number of samples used.
The figure (>0.5) which is deemed a "small difference" between two sets being compared. Vargha-Delaney set this value to 0.56 - but this can be altered here
The figure (>0.5) which is deemed a "medium difference" between two sets being compared. Vargha-Delaney set this value to 0.66 - but this can be altered here
The figure (>0.5) which is deemed a "large difference" between two sets being compared. Vargha-Delaney set this value to 0.73 - but this can be altered here
Filename that should be given to the generated summary graph. This must have a PDF file extension
The name of an R object in the environment containing the summary A-Test scores for this sample size
The name of the CSV containing the summary A-Test scores for this sample size
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)
Implemented so this method can be used when analysing multiple simulation timepoints. Sets the scale of the timepoints being analysed, e.g. "Hours"
Used internally by the getATestResults
method when producing graphs for multiple timepoints. Should not be set in function call