Package: glam 1.0.2

glam: Generalized Additive and Linear Models (GLAM)

Contains methods for fitting Generalized Linear Models (GLMs) and Generalized Additive Models (GAMs). Generalized regression models are common methods for handling data for which assuming Gaussian-distributed errors is not appropriate. For instance, if the response of interest is binary, count, or proportion data, one can instead model the expectation of the response based on an appropriate data-generating distribution. This package provides methods for fitting GLMs and GAMs under Beta regression, Poisson regression, Gamma regression, and Binomial regression (currently GLM only) settings. Models are fit using local scoring algorithms described in Hastie and Tibshirani (1990) <doi:10.1214/ss/1177013604>.

Authors:Andrew Cooper [aut, cre, cph]

glam_1.0.2.tar.gz
glam_1.0.2.zip(r-4.7)glam_1.0.2.zip(r-4.6)glam_1.0.2.zip(r-4.5)
glam_1.0.2.tgz(r-4.6-any)glam_1.0.2.tgz(r-4.5-any)
glam_1.0.2.tar.gz(r-4.7-any)glam_1.0.2.tar.gz(r-4.6-any)
glam_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
glam/json (API)
NEWS

# Install 'glam' in R:
install.packages('glam', repos = c('https://andrewdjac.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.70 score 8 scripts 167 downloads 1 exports 4 dependencies

Last updated from:9d00c16b35. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK152
source / vignettesOK182
linux-release-x86_64OK114
macos-release-arm64OK131
macos-oldrel-arm64OK126
windows-develOK86
windows-releaseOK87
windows-oldrelOK68
wasm-releaseOK103

Exports:glam

Dependencies:codetoolsforeachgamiterators

Generalized Linear and Additive Models ('GLAM')

Rendered fromglam.Rmdusingknitr::rmarkdownon May 24 2026.

Last update: 2024-07-10
Started: 2024-07-10