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 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 Repository: https://jinseob2kim.r-universe.dev Date/Publication: 2026-03-30 09:27:25 UTC RemoteUrl: https://github.com/jinseob2kim/splineplot RemoteRef: HEAD RemoteSha: 0306859a9f42d6e822870282add3b824f4e0a929 NeedsCompilation: no Packaged: 2026-06-11 07:07:06 UTC; root Author: Jinseob Kim [aut, cre] (ORCID: ), Zarathu [cph, fnd]