Transcription of glm — Generalized linear models - Stata
{{id}} {{{paragraph}}}
Title glm Generalized linear models Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgments References Also see Description glm fits Generalized linear models . It can fit models by using either IRLS (maximum quasilikelihood). or Newton Raphson (maximum likelihood) optimization, which is the default. See [U] 27 Overview of Stata estimation commands for a description of all of Stata 's estimation commands, several of which fit models that can also be fit using glm. Quick start model of y as a function of x when y is a proportion glm y x, family(binomial).
probit probit cloglog cloglog power # power opower # odds power nbinomial negative binomial loglog log–log logc log-complement indepvars may contain factor variables; see [U] 11.4.3 Factor variables. depvar and indepvars may contain time-series …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}