blob: f28a42fd99a5c0a877514c4a1196fe6e143910d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
An implementation of about 6 major classes of statistical regression
models.At the heart of it are the vector generalized linear and
additive model (VGLM/VGAM) classes, and the book "Vector Generalized
Linear and Additive Models: With an Implementation in R" (Yee, 2015)
gives details of the statistical framework and VGAM package. Currently
only fixed-effects models are implemented, i.e., no random-effects models.
WWW: https://www.stat.auckland.ac.nz/~yee/VGAM
|