Description Usage Arguments Value See Also Examples
Given models, a list of BRT model bootstraps (each element an output from runBRT), return a list of matrices for, and optionally plot (plot), the mean effect curve for each covariate in the model with confidence regions bounded by quantiles. The ... argument is passed to plot and allows some customisation of the plotting outputs.
1 | getEffectPlots(models, plot = FALSE, quantiles = c(0.025, 0.975), ...)
|
models |
A list of BRT model bootstraps, each element being an output from |
plot |
Whether to plot the overall effect curves. |
quantiles |
Quantiles from which to calculate the uncertainty regions. |
... |
Additional arguments to be passe to |
A list of matrices, one for each covariate, giving the mean and quantiles of the effect curve as well as the effect curves for each submodel. Optionally a plot as a side-effect.
response, plot, runBRT, quantile
1 | # TO DO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.