-
Hi, I was trying to run test_association analysis and I encountered following problem:
Exception: R package "mgcv" is necessary for testing feature association to the tree
Please install it and try …
-
Question via email: testDispersion shows overdispersion for an mgcv tweedie , although the overall distribution looks fine and not overdispersed
-
It is more than a question than an issue.
I'm trying to get same results with mgcv's and pygam's gam models but results are quite different.
here is the data with 500 observations
https://file.io…
ilkot updated
3 months ago
-
Hi,
Thanks for developing and making available the DHARMa package.
I am trying to use this for diagnosing a multinomial gam model:
library(mgcv)
library(DHARMa)
all
-
Related to #22
- Explore how the formula syntax of `yahtsee`: `y ~ x + hts(continent, country, state)` and the time terms, can be transpiled into MGCV syntax
- There are already heaps of MGCV tid…
-
In [simulate-methods.R in gratia](https://github.com/gavinsimpson/gratia/blob/0d0016932bda137666c5dc05332f7ba8539b9d0f/R/simulate-methods.R#L81), for `ocat` models, `predict(type = "response")` curr…
-
**Error and context**
I wanted to run another model because I had new occurence points, however I run into problems, that I didnt have before (about 2-3 months ago).
Yesteraday, I updated Biomod2…
-
Right now the code is using thin plate splines with 'k' specified. The approach is described well here: https://stats.stackexchange.com/questions/486109/gams-specifying-knots-positions-for-thin-plate-…
-
See [notes](https://github.com/glmmTMB/glmmTMB/blob/master/notes/smooths.rmd). Currently known outstanding issues:
- setting good default starting values for smooth terms
- better printing of outp…
-
A common desire is to switch between using the mgcv and gam packages, as noted here for example:
http://stackoverflow.com/questions/22126611/r-package-conflict-between-gam-and-mgcv
As noted in ?detac…