Changelog
Source:NEWS.md
autogam 0.1.0
- Use bam(discrete=TRUE, method=‘fREML’) by default.
- Update required R version to >= 4.2.0 because it uses the |> pipe with placeholder.
- Create
autogam
S3 object with support for allmgcv::gam
s3 methods. Theautogam
methods mostly call themgcv::gam
methods. For now, only theprint()
method is lightly modified to add performance measures.