plotResults: Plot results
Usage
plotResults(path, x, n, taskname, ...)
Value
Nothing is returned; a plot is created and saved as a pdf file.
Arguments
- path
path to store the plot
- x
a vector of counts of successes; could be obtained from getResults()
- n
a vector of counts of trials
- taskname
the name of the task for labeling, e.g., Word Intrusion, Optimal Label.
- ...
additional arguments to be passed to plot function
Details
Visualize the accuracy rate (proportion correct) for a specified batch