gammi: Generalized Additive Mixed Model Interface

An interface for fitting generalized additive models (GAMs) and generalized additive mixed models (GAMMs) using the 'lme4' package as the computational engine, as described in Helwig (2024) <doi:10.3390/stats7010003>. Supports default and formula methods for model specification, additive and tensor product splines for capturing nonlinear effects, and automatic determination of spline type based on the class of each predictor. Includes an S3 plot method for visualizing the (nonlinear) model terms, an S3 predict method for forming predictions from a fit model, and an S3 summary method for conducting significance testing using the Bayesian interpretation of a smoothing spline.

Version: 0.1
Depends: R (≥ 3.5.0)
Imports: lme4, Matrix, methods
Published: 2024-09-15
DOI: 10.32614/CRAN.package.gammi
Author: Nathaniel E. Helwig [aut, cre]
Maintainer: Nathaniel E. Helwig <helwig at umn.edu>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: gammi results

Documentation:

Reference manual: gammi.pdf

Downloads:

Package source: gammi_0.1.tar.gz
Windows binaries: r-devel: gammi_0.1.zip, r-release: gammi_0.1.zip, r-oldrel: not available
macOS binaries: r-release (arm64): gammi_0.1.tgz, r-oldrel (arm64): not available, r-release (x86_64): gammi_0.1.tgz, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=gammi to link to this page.