mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add r-kmsurv.
* gnu/packages/cran.scm (r-kmsurv): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
04ee040dd4
commit
92b5e0b21a
1 changed files with 21 additions and 0 deletions
|
@ -23420,3 +23420,24 @@ (define-public r-km-ci
|
||||||
variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
|
variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
|
||||||
Nair and Hall and Wellner.")
|
Nair and Hall and Wellner.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-kmsurv
|
||||||
|
(package
|
||||||
|
(name "r-kmsurv")
|
||||||
|
(version "0.1-5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "KMsurv" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
|
||||||
|
(properties `((upstream-name . "KMsurv")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/KMsurv/")
|
||||||
|
(synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
|
||||||
|
(description
|
||||||
|
"This package provides data sets and functions for Klein and Moeschberger
|
||||||
|
(1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
|
||||||
|
Springer.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue