1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Add new port: science/R-cran-cmprsk

Estimation, testing and regression modeling of subdistribution
  functions in competing risks, as described in Gray (1988), A class
  of K-sample tests for comparing the cumulative incidence of a
  competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ
  (1999), A proportional hazards model for the subdistribution of a
  competing risk, JASA, 94:496-509.

  WWW: https://cran.r-project.org/web/packages/cmprsk/
This commit is contained in:
TAKATSU Tomonari 2015-11-08 05:46:50 +00:00
parent 1c74a41688
commit 7b75469876
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401032
4 changed files with 28 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += R-cran-DCluster
SUBDIR += R-cran-Epi
SUBDIR += R-cran-bayesm
SUBDIR += R-cran-cmprsk
SUBDIR += R-cran-e1071
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc

View File

@ -0,0 +1,17 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= cmprsk
DISTVERSION= 2.2-7
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Subdistribution Analysis of Competing Risks
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cmprsk_2.2-7.tar.gz) = 952da4a0fd55a039f64f619c2c7cc29ba2490985ca67d2853de511692f1fb9c6
SIZE (cmprsk_2.2-7.tar.gz) = 35597

View File

@ -0,0 +1,8 @@
Estimation, testing and regression modeling of subdistribution
functions in competing risks, as described in Gray (1988), A class
of K-sample tests for comparing the cumulative incidence of a
competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ
(1999), A proportional hazards model for the subdistribution of a
competing risk, JASA, 94:496-509.
WWW: https://cran.r-project.org/web/packages/cmprsk/