plot.boot_ML: Plot univariate distributions of bootstrapped ML estimates
Description
plot.boot_ML()
creates univariate plots of bootstrap results from boot_ML()
.
Usage
# S3 method for boot_ML
plot(x, probs = c(0.1, 0.5, 0.9), ...)
Value
a named list of named plots.
Arguments
- x
a result created by calling boot_ML
on a MultiMethodMLEstimate
object.
- probs
a vector of distribution quantile values to indicate with vertical lines.
- ...
additional arguments.