Other packages > Find by keyword >

gam  

Generalized Additive Models
View on CRAN: Click here


Download and install gam package within the R console
Install from CRAN:
install.packages("gam")

Install from Github:
library("remotes")
install_github("cran/gam")

Install by package version:
library("remotes")
install_version("gam", "1.22-5")



Attach the package and use:
library("gam")
Maintained by
Trevor Hastie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2004-08-11
Latest Update: 2023-03-28
Description:
Functions for fitting and working with generalized additive models, as described in chapter 7 of "Statistical Models in S" (Chambers and Hastie (eds), 1991), and "Generalized Additive Models" (Hastie and Tibshirani, 1990).
How to cite:
Trevor Hastie (2004). gam: Generalized Additive Models. R package version 1.22-5, https://cran.r-project.org/web/packages/gam. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.9 (2004-08-11 23:26), 0.92 (2004-12-27 13:49), 0.93 (2005-03-28 21:56), 0.94 (2005-06-04 10:59), 0.95 (2006-04-19 10:22), 0.96 (2006-04-27 13:03), 0.97 (2006-07-12 08:37), 0.98 (2006-12-27 10:24), 1.0.1 (2009-09-12 16:10), 1.0 (2008-05-29 08:47), 1.01 (2009-10-21 08:42), 1.02 (2010-04-25 09:26), 1.03 (2010-05-01 17:59), 1.04.1 (2011-05-16 08:51), 1.04 (2011-01-03 14:25), 1.06.2 (2011-12-06 08:00), 1.08 (2013-04-24 09:46), 1.09.1 (2014-04-10 10:54), 1.09 (2013-08-13 08:00), 1.12 (2015-05-13 08:49), 1.14-3 (2017-04-21 08:11), 1.14-4 (2017-04-25 08:27), 1.14 (2016-09-10 18:02), 1.15 (2018-02-25 18:11), 1.16.1 (2019-07-03 10:10), 1.16 (2018-07-20 10:00), 1.20.1 (2022-03-14 06:03), 1.20.2 (2022-07-04 13:29), 1.20 (2020-07-05 06:50), 1.22-1 (2023-01-28 16:30), 1.22-2 (2023-03-28 04:50), 1.22-3 (2023-11-29 06:40), 1.22-4 (2024-07-18 06:30), 1.22 (2022-11-08 11:00)
Other packages that cited gam R package
View gam citation profile
Other R packages that gam depends, imports, suggests or enhances
Complete documentation for gam
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA