Package: splineplot
Type: Package
Title: Visualization of Spline Effects in GAM and GLM Models
Version: 0.2.0
Maintainer: Jinseob Kim <jinseob2kim@gmail.com>
Authors@R: c(person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"),  comment = c(ORCID = "0000-0002-9403-605X")),
             person("Zarathu", role = c("cph", "fnd")))
Description: Creates 'ggplot2'-based visualizations of smooth effects from GAM (Generalized Additive Models)
    fitted with 'mgcv' and spline effects from GLM (Generalized Linear Models). Supports interaction terms
    and provides hazard ratio plots with histograms for survival analysis.
    Wood (2017, ISBN:9781498728331) provides comprehensive methodology for generalized additive models.
License: Apache License 2.0
Encoding: UTF-8
Imports: ggplot2 (>= 3.0.0), stats
Suggests: mgcv, survival, splines, testthat (>= 3.0.0), knitr,
        rmarkdown, covr, pkgdown
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/jinseob2kim/splineplot,
        https://jinseob2kim.github.io/splineplot/
BugReports: https://github.com/jinseob2kim/splineplot/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-24 08:46:50 UTC; js
Author: Jinseob Kim [aut, cre] (ORCID: <https://orcid.org/0000-0002-9403-605X>),
  Zarathu [cph, fnd]
Repository: CRAN
Date/Publication: 2025-10-24 09:10:02 UTC
Built: R 4.4.3; ; 2025-11-10 03:22:36 UTC; windows
