summaryrefslogtreecommitdiff
path: root/math/R-estimability
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 13:17:00 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 13:17:00 +0000
commit6f11d3cb6a7de162bd2b5de1c8c21d91cc5560cc (patch)
treef665bb1775fc308f75c2522cc7db68d9349876a1 /math/R-estimability
parent99ba477bea7c221d099fa7e66aa8d401bcc3eb93 (diff)
downloadpkgsrc-6f11d3cb6a7de162bd2b5de1c8c21d91cc5560cc.tar.gz
R-estimability: initial commit.
Provides tools for determining estimability of linear functions of regression coefficients, and 'epredict' methods that handle non-estimable cases correctly. Estimability theory is discussed in many linear-models textbooks including Chapter 3 of Monahan, JF (2008), "A Primer on Linear Models", Chapman and Hall (ISBN 978-1-4200-6201-4).
Diffstat (limited to 'math/R-estimability')
-rw-r--r--math/R-estimability/DESCR6
-rw-r--r--math/R-estimability/Makefile16
-rw-r--r--math/R-estimability/distinfo6
3 files changed, 28 insertions, 0 deletions
diff --git a/math/R-estimability/DESCR b/math/R-estimability/DESCR
new file mode 100644
index 00000000000..14ac106cdee
--- /dev/null
+++ b/math/R-estimability/DESCR
@@ -0,0 +1,6 @@
+Provides tools for determining estimability of linear functions of
+regression coefficients, and 'epredict' methods that handle
+non-estimable cases correctly. Estimability theory is discussed in
+many linear-models textbooks including Chapter 3 of Monahan, JF
+(2008), "A Primer on Linear Models", Chapman and Hall (ISBN
+978-1-4200-6201-4).
diff --git a/math/R-estimability/Makefile b/math/R-estimability/Makefile
new file mode 100644
index 00000000000..de6b82247e4
--- /dev/null
+++ b/math/R-estimability/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:17:00 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/estimability/
+COMMENT= Tools for assessing estimability of linear predictions
+LICENSE= gnu-gpl-v3
+
+R_PKGNAME= estimability
+R_PKGVER= 1.3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-estimability/distinfo b/math/R-estimability/distinfo
new file mode 100644
index 00000000000..26cead01141
--- /dev/null
+++ b/math/R-estimability/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:17:00 brook Exp $
+
+SHA1 (R/estimability_1.3.tar.gz) = 4b3866c6936d8fb7e54048fb597f76b2be8e4e10
+RMD160 (R/estimability_1.3.tar.gz) = d8144615a92518d2268eeb9e1a6d403231543504
+SHA512 (R/estimability_1.3.tar.gz) = 83f707dff5f85eebdb9560314a1e4717a17c97a4517ef774b9a6070bbabe63f0940c87c8b1aa1e5b750a5ca8ecae09e051c57579217284c1f4ca005ce323c952
+Size (R/estimability_1.3.tar.gz) = 9481 bytes