Package: gamutil 0.8.1
gamutil: Utilities to Facilitate Modeling Routines with Generalized Additive Models
After fitting a Generalized Additive (Mixed) Model, the next step is often to obtain predicted values for certain combinations of predictors for visualization of estimated effects in the model. It involves constructing a new data frame, add predicted values, and finally makes a (contour) plot. This package is intended to facilitate these steps to visualize estimated effects in a generalized additive model. The underlying modeling methodology is described in Wood (2017, ISBN:9781498728331).
Authors:
gamutil_0.8.1.tar.gz
gamutil_0.8.1.zip(r-4.7)gamutil_0.8.1.zip(r-4.6)gamutil_0.8.1.zip(r-4.5)
gamutil_0.8.1.tgz(r-4.6-any)gamutil_0.8.1.tgz(r-4.5-any)
gamutil_0.8.1.tar.gz(r-4.7-any)gamutil_0.8.1.tar.gz(r-4.6-any)
gamutil_0.8.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
gamutil/json (API)
| # Install 'gamutil' in R: |
| install.packages('gamutil', repos = c('https://msaito8623.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/msaito8623/gamutil/issues
Last updated from:e2d3e6eb54. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 194 | ||
| source / vignettes | OK | 202 | ||
| linux-release-x86_64 | NOTE | 166 | ||
| macos-release-arm64 | NOTE | 193 | ||
| macos-oldrel-arm64 | NOTE | 181 | ||
| windows-devel | NOTE | 154 | ||
| windows-release | NOTE | 147 | ||
| windows-oldrel | NOTE | 147 | ||
| wasm-release | OK | 134 |
Exports:add_fitconstantmdl_to_ndatndat_to_contourplot_contourplot_curveplot_partialvary
Dependencies:backportscachemcheckmateclassclassIntclicpp11data.tableDBIdigeste1071farverfastmapFormulaformula.toolsgenericsggplot2gluegtableisobandKernSmoothlabelinglatticelifecyclelubridatemagrittrMASSMatrixmemoisemetRmgcvnlmeoperator.toolsplyrproxypurrrR6RColorBrewerRcpprlangs2S7scalessfstringistringrtimechangeunitsvctrsviridisLitewithrwk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add predicted values with standard errors to a data.frame | add_fit |
| Keep a variable constant | constant |
| Create a data.frame from a GAM object for prediction | mdl_to_ndat |
| Contour plot from a data.frame with combinations of predictor values. | ndat_to_contour |
| Contour plot from a GAM model object. | plot_contour |
| Curve plot of a partial effect from a GAM model. | plot_curve |
| Plot a partial effect, dispatching by view-variable types. | plot_partial |
| Varying values for prediction | vary |
