plot_mvgam_randomeffects {mvgam} | R Documentation |
Plot mvgam random effect terms
Description
This function plots posterior empirical quantiles for random effect smooths (bs = re)
Usage
plot_mvgam_randomeffects(object, trend_effects = FALSE)
Arguments
object |
|
trend_effects |
logical. If |
Details
Posterior empirical quantiles of random effect coefficient estimates (on the link scale) are calculated and visualised as ribbon plots. Labels for coefficients are taken from the levels of the original factor variable that was used to specify the smooth in the model's formula
Value
A base R
graphics plot
[Package mvgam version 1.1.2 Index]