diff options
author | wen <wen@FreeBSD.org> | 2015-12-18 10:17:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-12-18 10:17:57 +0800 |
commit | ad393f4cbeadc09c2a558f4848ae6e55e09faacb (patch) | |
tree | 23f53d030a00d1311f1de6587788b76482ae373c | |
parent | 16609c3792369219c7e7f8d3a730479adc39208c (diff) | |
download | freebsd-ports-gnome-ad393f4cbeadc09c2a558f4848ae6e55e09faacb.tar.gz freebsd-ports-gnome-ad393f4cbeadc09c2a558f4848ae6e55e09faacb.tar.zst freebsd-ports-gnome-ad393f4cbeadc09c2a558f4848ae6e55e09faacb.zip |
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
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-MatchIt/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-MatchIt/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-MatchIt/pkg-descr | 6 |
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 |