For questions relating to generalized linear models. For the GLM math library, see the [glm-math] tag.
Generalized linear models are a class that encompasses a variety of standard statistical models, including ordinary least squares (a.k.a. linear models, OLS) regression, probit, logistic regression, Poisson regression, and other methods that can be expressed in the standard GLM form.
Consider whether your question is better suited to Cross Validated, the Stack Exchange site for statistics and machine learning. Questions on Stack Overflow should be about programming issues arising from fitting models to data.
In r scientific software for statistical computing and graphics, a GLM can be estimated by the function glm
.