-
Here an example from a question that I received via email, showing that KS test p-values on a gamlss model are different from a KS test on an equivalent mgcv model. The question is why and if there is…
-
When I make a mixed model with `gamlss2` I would like to only look at the contribution of the fixed effects of the model. To do this I would like to use `predict.gamlss2`with only selected fixed terms…
-
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 …
-
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
4 months ago
-
Question via email: testDispersion shows overdispersion for an mgcv tweedie , although the overall distribution looks fine and not overdispersed
-
**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…
-
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…
hhp94 updated
4 weeks 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
-
@seabbs and I have been thinking about ways to better handle the delay from infection to case observation. We have a current thing that's only meh and two additional things that probably don't work an…
-
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…