Package: gamutil
Title: Utilities to Facilitate Modeling Routines with Generalized
        Additive Models
Version: 0.8.1
Authors@R: 
    person(given = "Motoki",
           family = "Saito",
           role = c("aut", "cre"),
           email = "motokisaito.8623@gmail.com",
           comment = c(ORCID = "0000-0003-0785-5813"))
Description: After fitting a Generalized Additive (Mixed) Model, the next step is often to obtain predicted values for certain combinations of predictors for visualization of estimated effects in the model. It involves constructing a new data frame, add predicted values, and finally makes a (contour) plot. This package is intended to facilitate these steps to visualize estimated effects in a generalized additive model. The underlying modeling methodology is described in Wood (2017, ISBN:9781498728331).
Imports: ggplot2, lifecycle, metR, mgcv, RColorBrewer
License: MIT + file LICENSE
URL: https://github.com/msaito8623/gamutil
BugReports: https://github.com/msaito8623/gamutil/issues
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, RhpcBLASctl
Config/testthat/edition: 3
Depends: R (>= 3.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-06 08:18:14 UTC; motoki
Author: Motoki Saito [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0785-5813>)
Maintainer: Motoki Saito <motokisaito.8623@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-11 19:10:19 UTC
Built: R 4.5.2; ; 2026-05-11 20:17:33 UTC; unix
