plot.bootstrapCI | R Documentation |
Methods for objects that are fitted to compute bootstrap confidence intervals.
## S3 method for class 'bootstrapCI'
plot(
x,
which = NULL,
pers = TRUE,
commonRange = TRUE,
showNumbers = FALSE,
showQuantiles = TRUE,
ask = TRUE,
probs = c(0.25, 0.5, 0.75),
ylim = NULL,
...
)
## S3 method for class 'bootstrapCI'
print(x, ...)
x |
an object of class |
which |
base-learners that are plotted |
pers |
plot coefficient surfaces as persp-plots? Defaults to |
commonRange, |
plot predicted coefficients on a common range, defaults to |
showNumbers |
show number of curve in plot of predicted coefficients, defaults to |
showQuantiles |
plot the 0.05 and the 0.95 Quantile of coefficients in 1-dim effects. |
ask |
defaults to |
probs |
vector of quantiles to be used in the plotting of 2-dimensional coefficients surfaces,
defaults to |
ylim |
values for limits of y-axis |
... |
additional arguments passed to callies. |
plot.bootstrapCI
plots the bootstrapped coefficients.
No return value (plot method) or x
itself (print method)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.