plot.autoMrP()
plots unit-level preference estimates and error bars.
# S3 method for autoMrP
plot(x, algorithm = "ebma", ci.lvl = 0.95, ...)
Returns a ggplot2
object of the preference estimates for the
selected classifier.
An autoMrP()
object.
The algorithm/classifier fo which preference estimates are
desired. A character-valued scalar indicating either ebma
or the
classifier to be used. Allowed choices are: "ebma", "best_subset", "lasso",
"pca", "gb", "svm", and "mrp". Default is ebma
.
The level of the confidence intervals. A proportion. Default is
0.95
. Confidence intervals are based on bootstrapped estimates and
will not be printed if bootstrapping was not carried out.
Additional arguments affecting the summary produced.