Closed grasshoppermouse closed 2 years ago
Thanks for reporting this. I must have missed fixing this issue for parametric terms (it was fixed for smooths a version or two back 😠)
FYI; draw()
has a method for objects created by gamm()
so you can just do draw(m)
instead of draw(m$gam)
.
This is now fixed in GitHub. Thanks again for letting me know about the problem