© Matt Wiley and Joshua F. Wiley 2019
Matt Wiley and Joshua F. WileyAdvanced R Statistical Programming and Data Modelshttps://doi.org/10.1007/978-1-4842-2872-2_5

5. GAMs

Matt Wiley1  and Joshua F. Wiley1
(1)
Columbia City, IN, USA
 
Generalized additive models (GAMs) are extensions of the generalized linear models (GLMs) we discussed in earlier chapters. Like GLMs, GAMs accommodate outcomes that are both continuous and discrete. However, unlike GLMs that are fully parametric models, GAMs are semi-parametric models. GAMs allow a mix of a parametric and a nonparametric association between outcome and predictors. For this chapter, we will lean heavily on one excellent R package, VGAM, which provides utilities for vector generalized linear models (VGLMs) ...

Get Advanced R Statistical Programming and Data Models: Analysis, Machine Learning, and Visualization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.