gnu: Add r-km-ci.

* gnu/packages/cran.scm (r-km-ci): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Peter Lo 2020-06-28 17:29:39 +08:00 committed by Ricardo Wurmus
parent 5412b14ba6
commit 04ee040dd4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23396,3 +23396,27 @@ (define-public r-transphylo
described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
(license license:gpl2+)))
(define-public r-km-ci
(package
(name "r-km-ci")
(version "0.5-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "km.ci" version))
(sha256
(base32
"1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
(properties `((upstream-name . "km.ci")))
(build-system r-build-system)
(propagated-inputs
`(("r-survival" ,r-survival)))
(home-page "https://cran.r-project.org/web/packages/km.ci/")
(synopsis "Confidence intervals for the Kaplan-Meier estimator")
(description
"This package computes various @dfn{confidence intervals} (CI) for the
Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
Nair and Hall and Wellner.")
(license license:gpl2+)))