greeners-glm
Generalized linear models, discrete choice and related extensions.
Estimators / families
- GLM — generalized linear models with
FamilyandLink. - Logit / Probit — binary choice models.
- MNLogit — multinomial logit.
- OrderedLogit / OrderedProbit — ordinal models.
- Poisson / NegBin / NegBinP / GenPoisson — count models.
- ZINB / ZIP — zero-inflated count models.
- BetaModel — beta regression.
- GLMGam — generalized additive models.
- GEE — generalized estimating equations.
- ConditionalLogit / ConditionalMNLogit / ConditionalPoisson — conditional fixed-effects models.
Usage
[]
= "2.0"
use ;
let result = GLMfit_with_link.unwrap;
Design notes
Common types such as Family, Link, GLM and Poisson are re-exported at
the crate root. Module-specific result types stay under greeners_glm::<module>.