-
Good day,
I am working with some mgcv::gam models which have an offset term. I am trying to apply your predict_response function with margin='empirical' to obtain predictions on the fYear term. As t…
-
Hello
I am trying to run IceR with the example data and appear work well. However , in certain point of the processing appears this message :
This is mgcv 1.8-40. For overview type 'help("mgcv-p…
-
I can't install update of mgcv package by
```
install.packages("mgcv", lib=".../packrat/lib-R")
```
I got an error:
```
ERROR: ‘mgcv’ is not a legal package name
Warning in install.packages :
ins…
-
First, thank you for this package and the documentation. Both have really benefited me.
I've typically had no issue using the package successfully. Yesterday I started getting the following error …
-
@fabian-s Helmut is interested in a package with mgcv convenience functions. He also said he would finance a HIWI to work on it. Do you know someone who would be interested?
TODOs:
- split of ge…
-
Currently we support `gam` and `bam`. In my mind these are the big two. Potential additional options are `mgcv::ginla()` or `brms::brm()`, but I don't have a clear vision for these yet.
EDIT: Also …
-
Would it be possible by any chance for investr to also support scam (https://cran.r-project.org/web/packages/scam/index.html) and mgcv::gam (https://cran.r-project.org/web/packages/mgcv/index.html) mo…
-
Thanks for the great package! Quick question about functionality that exists in `mgcv` that I can't seem to replicate in `pygam`.
## mgcv example code
This comes directly from `?mgcv::gam.model…
-
The "splines" package used in the `step_ns` and `step_bs` does not allow for cyclic splines, while mgcv::s does.
Would it be possible to add a step wrapping calls to s or smooth.construct?
Cycli…
-
Came across this slide in this presentation: https://chrismainey.github.io/Why_mgcv_is_awesome/Why_data_table_is_awesome.html#1
and thought maybe we can also support something similar in `check…