Skip to content
Prev 16781 / 20628 Next

GAMMs: difference smooths in itsadug

Hi Sebastian,

are you using gamm4? If so, you can extract the GAM object, which if I'm
not mistaken is already marginalized over the random effects i.e. is
just fixed effects, and just use its plotting functions.

model <- gamm4(....)

plot(model$gam)

Best,
Phillip
On 16/07/18 09:20, Sebastian Sauppe wrote: