Date: Fri, 18 Dec 2015 02:17:58 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403950 - in head/math: . R-cran-MatchIt Message-ID: <201512180217.tBI2HwCH091689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Dec 18 02:17:57 2015 New Revision: 403950 URL: https://svnweb.freebsd.org/changeset/ports/403950 Log: 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 Added: head/math/R-cran-MatchIt/ head/math/R-cran-MatchIt/Makefile (contents, props changed) head/math/R-cran-MatchIt/distinfo (contents, props changed) head/math/R-cran-MatchIt/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 18 02:03:44 2015 (r403949) +++ head/math/Makefile Fri Dec 18 02:17:57 2015 (r403950) @@ -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 Added: head/math/R-cran-MatchIt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-MatchIt/Makefile Fri Dec 18 02:17:57 2015 (r403950) @@ -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> Added: head/math/R-cran-MatchIt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-MatchIt/distinfo Fri Dec 18 02:17:57 2015 (r403950) @@ -0,0 +1,2 @@ +SHA256 (MatchIt_2.4-21.tar.gz) = bb54f1e9f167a165b6b72ce4c92586c4871508a28900473bf71fc5418288710a +SIZE (MatchIt_2.4-21.tar.gz) = 563573 Added: head/math/R-cran-MatchIt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-MatchIt/pkg-descr Fri Dec 18 02:17:57 2015 (r403950) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512180217.tBI2HwCH091689>