View source: R/plotModelError.R
plotModelError | R Documentation |
Plot the Out Of Bag model error for specified variables over all iterations.
plotModelError( miceObj, vars = names(miceObj$callParams$vars), pointSize = 1, ... )
miceObj |
an object of class miceDefs, created by the miceRanger function. |
vars |
the variables you want to plot. Default is to plot all variables. Can be a vector of variable names, or one of 'allNumeric' or 'allCategorical' |
pointSize |
passed to |
... |
other arguments passed to |
an object of class ggarrange
.
data("sampleMiceDefs") plotModelError(sampleMiceDefs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.