plot_mvgam_pterms {mvgam} | R Documentation |
Plot mvgam parametric term partial effects
Description
This function plots posterior empirical quantiles for partial effects of parametric terms
Usage
plot_mvgam_pterms(object, trend_effects = FALSE)
Arguments
object |
|
trend_effects |
logical. If |
Details
Posterior empirical quantiles of each parametric term's partial effect estimates
(on the link scale) are calculated and visualised as ribbon plots. These effects can
be interpreted as the partial effect that a parametric term contributes when all other
terms in the model have been set to 0
Value
A base R
graphics plot
[Package mvgam version 1.1.2 Index]