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 /math/Makefile | |
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
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 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 |