From 077c7556bb859068db07c41f8b70b8884f85b2d2 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 24 Nov 2015 06:22:04 +0000 Subject: 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 --- math/R-cran-VGAM/Makefile | 17 +++++++++++++++++ math/R-cran-VGAM/distinfo | 2 ++ math/R-cran-VGAM/pkg-descr | 8 ++++++++ 3 files changed, 27 insertions(+) create mode 100644 math/R-cran-VGAM/Makefile create mode 100644 math/R-cran-VGAM/distinfo create mode 100644 math/R-cran-VGAM/pkg-descr (limited to 'math/R-cran-VGAM') diff --git a/math/R-cran-VGAM/Makefile b/math/R-cran-VGAM/Makefile new file mode 100644 index 000000000000..d8daee3822fe --- /dev/null +++ b/math/R-cran-VGAM/Makefile @@ -0,0 +1,17 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= VGAM +DISTVERSION= 1.0-0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Vector Generalized Linear and Additive Models + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include diff --git a/math/R-cran-VGAM/distinfo b/math/R-cran-VGAM/distinfo new file mode 100644 index 000000000000..4687ae1bb1b6 --- /dev/null +++ b/math/R-cran-VGAM/distinfo @@ -0,0 +1,2 @@ +SHA256 (VGAM_1.0-0.tar.gz) = 6acdd7db49c0987c565870afe593160ceba72a6ca4a84e6da3cf6f74d1fa02e1 +SIZE (VGAM_1.0-0.tar.gz) = 2559549 diff --git a/math/R-cran-VGAM/pkg-descr b/math/R-cran-VGAM/pkg-descr new file mode 100644 index 000000000000..f28a42fd99a5 --- /dev/null +++ b/math/R-cran-VGAM/pkg-descr @@ -0,0 +1,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 -- cgit v1.2.3