Package: gpss 1.0.3


Chad Hazlett
gpss: Gaussian Processes for Social Science
Provides Gaussian process (GP) regression tools for social science inference problems. GPs combine flexible nonparametric regression with principled uncertainty quantification: rather than committing to a single model fit, the posterior reflects lesser knowledge at the edge of or beyond the observed data, where other approaches become highly model-dependent. The package reduces user-chosen hyperparameters from three to zero and supplies convenience functions for regression discontinuity (gp_rdd()), interrupted time-series (gp_its()), and general GP fitting (gpss(), gp_train(), gp_predict()). Methods are described in Cho, Kim, and Hazlett (2026) <doi:10.1017/pan.2026.10032>.
Authors:
gpss_1.0.3.tar.gz
gpss_1.0.3.zip(r-4.7)gpss_1.0.3.zip(r-4.6)gpss_1.0.3.zip(r-4.5)
gpss_1.0.3.tgz(r-4.6-x86_64)gpss_1.0.3.tgz(r-4.6-arm64)gpss_1.0.3.tgz(r-4.5-x86_64)gpss_1.0.3.tgz(r-4.5-arm64)
gpss_1.0.3.tar.gz(r-4.7-arm64)gpss_1.0.3.tar.gz(r-4.7-x86_64)gpss_1.0.3.tar.gz(r-4.6-arm64)gpss_1.0.3.tar.gz(r-4.6-x86_64)
gpss_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
gpss/json (API)
| # Install 'gpss' in R: |
| install.packages('gpss', repos = c('https://doeun-kim.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/doeun-kim/gpss/issues
Pkgdown/docs site:https://doeunkim.org
- lalonde - Data from National Supported Work program and Panel Study in Income Dynamics
Last updated from:e8e63bbc9f. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 157 | ||
| linux-devel-x86_64 | OK | 162 | ||
| source / vignettes | OK | 144 | ||
| linux-release-arm64 | OK | 156 | ||
| linux-release-x86_64 | OK | 157 | ||
| macos-release-arm64 | OK | 264 | ||
| macos-release-x86_64 | OK | 319 | ||
| macos-oldrel-arm64 | OK | 207 | ||
| macos-oldrel-x86_64 | OK | 249 | ||
| windows-devel | OK | 137 | ||
| windows-release | OK | 129 | ||
| windows-oldrel | OK | 119 | ||
| wasm-release | OK | 111 |
Exports:gp_itsgp_predictgp_rddgp_rdd_plotgp_traingpss
Dependencies:clicpp11farverggplot2gluegtableisobandlabelinglatticelifecycleMatrixR6RColorBrewerRcppRcppArmadillorlangS7scalesvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Gaussian Process Interrupted Time Series | gp_its |
| gp_predict | gp_predict |
| gp_rdd | gp_rdd |
| gp_rdd_plot | gp_rdd_plot |
| gp_train | gp_train |
| Data from National Supported Work program and Panel Study in Income Dynamics | lalonde |
| predict method for 'gpss' objects | predict.gpss |