Package: splineplot
Type: Package
Title: Visualization of Spline Effects in GAM and GLM Models
Version: 0.3.0
Date: 2026-03-29
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 survey-weighted
    models ('svyglm', 'svycoxph') from the 'survey' package, 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), splines, stats
Suggests: mgcv, survival, survey, testthat (>= 3.0.0), knitr,
        rmarkdown, covr, pkgdown
RoxygenNote: 7.3.3
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: 2026-03-30 09:23:39 UTC; js
Author: Jinseob Kim [aut, cre] (ORCID: <https://orcid.org/0000-0002-9403-605X>),
  Zarathu [cph, fnd]
Repository: CRAN
Date/Publication: 2026-03-30 09:40:02 UTC
Built: R 4.6.0; ; 2026-04-23 02:17:48 UTC; windows
