plot.autoMrP {autoMrP} | R Documentation |
A plot method for autoMrP objects. Plots unit-level preference estiamtes.
Description
plot.autoMrP()
plots unit-level preference estimates and error bars.
Usage
## S3 method for class 'autoMrP'
plot(x, algorithm = "ebma", ci.lvl = 0.95, ...)
Arguments
x |
An |
algorithm |
The algorithm/classifier fo which preference estimates are
desired. A character-valued scalar indicating either |
ci.lvl |
The level of the confidence intervals. A proportion. Default is
|
... |
Additional arguments affecting the summary produced. |
Value
Returns a ggplot2
object of the preference estimates for the
selected classifier.
[Package autoMrP version 1.0.6 Index]