plotResults {validateIt} | R Documentation |
Plot results
Description
Plot results
Usage
plotResults(path, x, n, taskname, ...)
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
Value
Nothing is returned; a plot is created and saved as a pdf file.
[Package validateIt version 1.2.1 Index]