From 9e67b88aa28af2fafa0d2e9bcc5994b693375a8a Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 25 Apr 2017 07:12:31 +0000 Subject: 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 --- math/R-cran-Matching/Makefile | 17 +++++++++++++++++ math/R-cran-Matching/distinfo | 3 +++ math/R-cran-Matching/pkg-descr | 6 ++++++ 3 files changed, 26 insertions(+) create mode 100644 math/R-cran-Matching/Makefile create mode 100644 math/R-cran-Matching/distinfo create mode 100644 math/R-cran-Matching/pkg-descr (limited to 'math/R-cran-Matching') 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 +# $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 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 -- cgit v1.2.3