How do you extend GLM and GAM to handle non-normal distributions and complex data structures?
Generalized linear models (GLMs) and generalized additive models (GAMs) are powerful tools for regression analysis that can handle different types of response variables and predictor effects. However, sometimes you may encounter data that do not fit the assumptions or limitations of these models. For example, your response variable may have a non-normal distribution, such as a count, a proportion, or a survival time. Or your predictor effects may be nonlinear, nonadditive, or hierarchical. In this article, you will learn how to extend GLMs and GAMs to handle these challenges and improve your regression analysis.