plot.mars_boot.RdVisualize replicate estimates from bootstrap, jackknife, or permutation output on a single base R figure, with one histogram panel per effect.
# S3 method for class 'mars_boot'
plot(
x,
terms = NULL,
xlab = "Estimate",
ylab = "Frequency",
main = NULL,
breaks = "Sturges",
col = "grey85",
border = "white",
panel_layout = NULL,
...
)A "mars_boot" object created by compute_alt_stats().
Optional character vector of terms to plot. Defaults to the fixed effect terms stored in the model summary when available, otherwise all replicated terms.
Label for the x-axis.
Label for the y-axis.
Optional plot title. If NULL, a title is generated from the
alternative-estimation type.
Histogram breaks passed to hist().
Fill color for the histograms.
Border color for the histograms.
Optional length-2 numeric vector giving the
mfrow panel layout. By default a near-square layout is chosen.
Additional arguments passed to the underlying base plotting call.
Invisibly returns the matrix of replicated estimates that was plotted.