Package: VGAM
Version: 1.1-6
Date: 2022-02-02
Title: Vector Generalized Linear and Additive Models
Authors@R: c(person("Thomas", "Yee", role = c("aut", "cre"),
                    email = "t.yee@auckland.ac.nz"),
             person("Cleve", "Moler", role = "ctb",
                    comment = "author of several LINPACK routines"))
Author: Thomas Yee [aut, cre],
  Cleve Moler [ctb] (author of several LINPACK routines)
Maintainer: Thomas Yee <t.yee@auckland.ac.nz>
Depends: R (>= 3.5.0), methods, stats, stats4, splines
Suggests: VGAMextra, MASS, mgcv
Enhances: VGAMdata
Description: An implementation of about 6 major classes of
    statistical regression models. The central algorithm is
    Fisher scoring and iterative reweighted least squares.
    At the heart of this package are the vector generalized linear
    and additive model (VGLM/VGAM) classes. VGLMs can be loosely
    thought of as multivariate GLMs. VGAMs are data-driven
    VGLMs that use smoothing. The book "Vector Generalized
    Linear and Additive Models: With an Implementation in R"
    (Yee, 2015) <DOI:10.1007/978-1-4939-2818-7> gives details of
    the statistical framework and the package. Currently only
    fixed-effects models are implemented. Many (100+) models and
    distributions are estimated by maximum likelihood estimation
    (MLE) or penalized MLE. The other classes are RR-VGLMs
    (reduced-rank VGLMs), quadratic RR-VGLMs, reduced-rank VGAMs,
    RCIMs (row-column interaction models)---these classes perform
    constrained and unconstrained quadratic ordination (CQO/UQO)
    models in ecology, as well as constrained additive ordination
    (CAO). Hauck-Donner effect detection is implemented.
    Note that these functions are subject to change;
    see the NEWS and ChangeLog files for latest changes.
License: GPL-3
URL: https://www.stat.auckland.ac.nz/~yee/VGAM/
NeedsCompilation: yes
BuildVignettes: yes
LazyLoad: yes
LazyData: yes
Packaged: 2022-02-02 08:17:53 UTC; tyee001
Repository: CRAN
Date/Publication: 2022-02-14 10:10:20 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-02-15 11:27:08 UTC; unix
Archs: VGAM.so.dSYM
