-
@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…
-
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…
-
Hi,
Is there a way to specify gene-specific starting values when estimating parameters using fit_marginal? or at least a way to control convergence? I suspect have convergence issues for some genes, …
-
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…
-
currently using sdmTMB and the model.matrix. But this will not work for smoother and possibly even the poly term?
Might employ mgcv and predict.gam with type = "lp" instead like in CBFM?
-
_Please make sure to close the issue once you consider it as solved_
_Please use screenshots only when you cannot copy-paste the object, e.g. for figures or maps_
**Error and context**
The error …
-
Hi,
Thanks for your tool.When I try to use the commandline to start the normalize step, it shows the error, and norm-config.txt I have created was erased empty.
```
$ ~/SVtools/BICseq/NBICseq-n…
xiucz updated
1 month ago
-
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…
-
Hi
I have more theoretical question. Ideally what I would like to do is to split data in 3 parts: one used for tuning, other for testing and last one for evaluation.
to reproduce:
```
library(t…
-
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…