summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-12-18 02:17:57 +0000
committerWen Heping <wen@FreeBSD.org>2015-12-18 02:17:57 +0000
commita7ae515470a5ef7eee560a7e0e944ef2458a2c45 (patch)
tree23f53d030a00d1311f1de6587788b76482ae373c /math
parentGeneralized estimating equations solver for parameters in (diff)
MatchIt selects matched samples of the the original treated and
control groups with similar covariate distributions - can be used to match exactly on covariates, to match on propensity scores, or perform a variety of other matching procedures. WWW: http://gking.harvard.edu/matchit
Notes
Notes: svn path=/head/; revision=403950
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-MatchIt/Makefile17
-rw-r--r--math/R-cran-MatchIt/distinfo2
-rw-r--r--math/R-cran-MatchIt/pkg-descr6
4 files changed, 26 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 2f15b5322eaa..11b7e913d42e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -13,6 +13,7 @@
SUBDIR += R-cran-LearnBayes
SUBDIR += R-cran-MCMCpack
SUBDIR += R-cran-MSwM
+ SUBDIR += R-cran-MatchIt
SUBDIR += R-cran-MatrixModels
SUBDIR += R-cran-NMF
SUBDIR += R-cran-RHmm
diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile
new file mode 100644
index 000000000000..281ab7e8a9ea
--- /dev/null
+++ b/math/R-cran-MatchIt/Makefile
@@ -0,0 +1,17 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= MatchIt
+DISTVERSION= 2.4-21
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Nonparametric Preprocessing for Parametric Casual Inference
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-MatchIt/distinfo b/math/R-cran-MatchIt/distinfo
new file mode 100644
index 000000000000..767f37d3f028
--- /dev/null
+++ b/math/R-cran-MatchIt/distinfo
@@ -0,0 +1,2 @@
+SHA256 (MatchIt_2.4-21.tar.gz) = bb54f1e9f167a165b6b72ce4c92586c4871508a28900473bf71fc5418288710a
+SIZE (MatchIt_2.4-21.tar.gz) = 563573
diff --git a/math/R-cran-MatchIt/pkg-descr b/math/R-cran-MatchIt/pkg-descr
new file mode 100644
index 000000000000..96cac96e5477
--- /dev/null
+++ b/math/R-cran-MatchIt/pkg-descr
@@ -0,0 +1,6 @@
+MatchIt selects matched samples of the the original treated and
+control groups with similar covariate distributions - can be used
+to match exactly on covariates, to match on propensity scores, or
+perform a variety of other matching procedures.
+
+WWW: http://gking.harvard.edu/matchit