diff options
author | wen <wen@FreeBSD.org> | 2017-04-25 15:12:31 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2017-04-25 15:12:31 +0800 |
commit | 86613337f9bbbab0ec71b9c34b30e03862c9f0cd (patch) | |
tree | 14cbbd5dba98fdde32073a38cc592bd7138eac00 | |
parent | 06ea441df88eddc3809582883a0a90a41a7ee593 (diff) | |
download | freebsd-ports-gnome-86613337f9bbbab0ec71b9c34b30e03862c9f0cd.tar.gz freebsd-ports-gnome-86613337f9bbbab0ec71b9c34b30e03862c9f0cd.tar.zst freebsd-ports-gnome-86613337f9bbbab0ec71b9c34b30e03862c9f0cd.zip |
Provides functions for multivariate and propensity score matching and
for finding optimal balance based on a genetic search algorithm. A
variety of univariate and multivariate metrics to determine if balance
has been obtained are also provided.
WWW: http://sekhon.berkeley.edu/matching
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-Matching/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-Matching/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-Matching/pkg-descr | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 40c93b8a44c3..266dc5f2ee0a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -14,6 +14,7 @@ SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-MSwM SUBDIR += R-cran-MatchIt + SUBDIR += R-cran-Matching SUBDIR += R-cran-MatrixModels SUBDIR += R-cran-NMF SUBDIR += R-cran-RHmm diff --git a/math/R-cran-Matching/Makefile b/math/R-cran-Matching/Makefile new file mode 100644 index 000000000000..2614a6d7811d --- /dev/null +++ b/math/R-cran-Matching/Makefile @@ -0,0 +1,17 @@ +# Created by: Wen Heping <wen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Matching +DISTVERSION= 4.9-2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Multivariate and Propensity Score Matching with Balance Optimization + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-Matching/distinfo b/math/R-cran-Matching/distinfo new file mode 100644 index 000000000000..4f0dbbaf49fb --- /dev/null +++ b/math/R-cran-Matching/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493088184 +SHA256 (Matching_4.9-2.tar.gz) = a4173fbb9de5efdd791fad8ecdf6beff106be5c7adfe2ce822eca44303596553 +SIZE (Matching_4.9-2.tar.gz) = 300967 diff --git a/math/R-cran-Matching/pkg-descr b/math/R-cran-Matching/pkg-descr new file mode 100644 index 000000000000..81833a0e20ac --- /dev/null +++ b/math/R-cran-Matching/pkg-descr @@ -0,0 +1,6 @@ +Provides functions for multivariate and propensity score matching and +for finding optimal balance based on a genetic search algorithm. A +variety of univariate and multivariate metrics to determine if balance +has been obtained are also provided. + +WWW: http://sekhon.berkeley.edu/matching |