Package: autogam
Title: Automate the Creation of Generalized Additive Models (GAMs)
Version: 0.1.0
Authors@R: 
    person("Chitu", "Okoli", , "Chitu.Okoli@skema.edu", role = c("aut", "cre"),
           comment = c(ORCID = "https://orcid.org/0000-0001-5574-7572"))
Language: en-US
Description: This wrapper package for 'mgcv' makes it easier to create high-performing Generalized Additive Models (GAMs). With its central function autogam(), by entering just a dataset and the name of the outcome column as inputs, 'AutoGAM' tries to automate the procedure of configuring a highly accurate GAM which performs at reasonably high speed, even for large datasets.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.2.0)
Imports: cli, dplyr, methods, mgcv, purrr, rlang, staccuracy, stats,
        stringr, univariateML
Suggests: testthat (>= 3.0.0)
URL: https://github.com/tripartio/autogam,
        https://tripartio.github.io/autogam/
BugReports: https://github.com/tripartio/autogam/issues
NeedsCompilation: no
Packaged: 2025-02-24 17:45:53 UTC; chitu.okoli
Author: Chitu Okoli [aut, cre] (<https://orcid.org/0000-0001-5574-7572>)
Maintainer: Chitu Okoli <Chitu.Okoli@skema.edu>
Repository: CRAN
Date/Publication: 2025-02-24 19:20:06 UTC
Built: R 4.5.0; ; 2025-04-02 18:34:05 UTC; unix
