plot.lmeresamp {lmeresampler} | R Documentation |
Plot bootstrap results
Description
Generate a density plot with a half-eye plot representing the 68
percentile intervals from an lmeresamp
object.
Usage
## S3 method for class 'lmeresamp'
plot(x, var, ...)
Arguments
x |
The lmeresamp object to plot. |
var |
The estimated parameter to plot, as a string or column number. |
... |
not used |
[Package lmeresampler version 0.2.4 Index]