-
I added some stops https://github.com/James-Thorson-NOAA/tinyVAST/blob/5617851485c4aa96dc06d40e0b18428c30ce8eb9/R/fit.R#L356-L361
and it's also fine to just leave it like that—I'm just noting it he…
-
This would be data that is decomposed into report and reference dates. Current functionality would then be a special case of this.
It would need.
- [ ] An additional delay spline in the model…
-
@seananderson Have you explored using `s(..., id)` to specify that smoothing terms are shared across factor smooths?
The concept arises in long-form implementation of covariate smooths in a multiva…
-
This is related to the mgcv issue
https://github.com/mfasiolo/mgcv/issues/24
Here a new version of penReg solves it:
5880d9e0726c8e3c94e419163810d60a887f482b
BUT the way we calculate the …
-
When trying to run the NMS_Clean.R , I can't update the needed packages. I think this may stem from the Rtools issues.
> install.packages("mgcv")
There is a binary version available but the so…
-
Running moving block bootstrap via D7B1, which generates this R code
```
This is mgcv 1.8-7. For overview type 'help("mgcv-package")'.
Loading required package: mrds
This is mrds 2.1.14
Built: R 3.2.…
-
Add in those `fix.family.*` methods which are not currently implemented in `mgcv` per [Matteo's suggestion](https://github.com/dill/gamUtils/issues/1#issuecomment-648699187).
-
- [ ] `4.3.0/base/po/R-base.pot`
- [ ] `4.3.0/base/po/R.pot`
- [ ] `4.3.0/base/po/RGui.pot`
- [ ] `4.3.0/compiler/po/R-compiler.pot`
- [ ] `4.3.0/graphics/po/graphics.pot`
- [ ] `4.3.0/graphics/po/R-g…
-
## Classification:
Feature Request
## Summary
I'm interested in being able to fit meta-analysis models with penalized splines, ala `mgcv::gam()`. For example, I have a meta-analytic dataset w…
-
Hello
I'm trying to replicate a GAM model created in `R` using the `mgcv` package. I am new to GAMs, and started experimenting with `statsmodels` package only yesterday. **I have some questions fur…