Gavin Simpson
Gavin Simpson
One thing I am slightly worried about is having documentation for the in-development version of *vegan*. That's partly why I haven't gone further down this route after getting the basic...
One thing that jumped out at me is that we are now depending on {testthat} with this PR. I personally don't mind, but @jarioksa might? We've typically avoid running too...
No, each axis is a linear combination of the terms in the model. I forget now how exactly you see this, but I think you do it through the `"reg"`...
There's no licence on the code so someone would need to ask Anne if they were OK with it being ported over and have them indicate that they are willing...
Looks like the error comes from `qr.X()` https://rdrr.io/github/robertzk/monadicbase/src/R/qr.R Note sure that helps us much as that gets called in a few placed that would be hit by the call to...
Thanks @AHugh8 I'm having trouble reproducing this with a similar local example: ```r # for issue #285 su_eg4
Just to add my tuppence to the discussion; I feel it is a mistake to use the alt text as a caption with implicit_figures as alt text and captions serve...
There's currently an `overview()` that does some of this: ```r library("gratia") library("mgcv") eg1
I've added a few bits of this to `overview()`. As of 0.8.1.13 the output is: ```r > overview(m_by, stars = TRUE) Generalized Additive Model with 5 terms term type k...
The main difficulty is that models fitted with `glmmTMB()` do not store the smooths in `object$smooth`, but rather buried much more deeply in `object$modelInfo$reTrms$cond$smooth_info`. Much of {gratia} was written from...