aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-VGAM
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-11-24 06:22:04 +0000
committerWen Heping <wen@FreeBSD.org>2015-11-24 06:22:04 +0000
commit077c7556bb859068db07c41f8b70b8884f85b2d2 (patch)
tree2e9f9cb4a03da576cf8eb2ea2538247516ba4729 /math/R-cran-VGAM
parent72b515ce841284ca2c877b460895b7f1e169f32c (diff)
downloadports-077c7556bb859068db07c41f8b70b8884f85b2d2.tar.gz
ports-077c7556bb859068db07c41f8b70b8884f85b2d2.zip
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
Notes
Notes: svn path=/head/; revision=402348
Diffstat (limited to 'math/R-cran-VGAM')
-rw-r--r--math/R-cran-VGAM/Makefile17
-rw-r--r--math/R-cran-VGAM/distinfo2
-rw-r--r--math/R-cran-VGAM/pkg-descr8
3 files changed, 27 insertions, 0 deletions
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 <wen@FreeBSD.org>
+# $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 <bsd.port.mk>
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