guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/15: gnu: Add r-prodlim.


From: Ricardo Wurmus
Subject: 04/15: gnu: Add r-prodlim.
Date: Mon, 18 Sep 2017 06:49:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9dd707f03b6cb8772d5211ff627195d9ec4d535c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 11 02:53:39 2017 +0200

    gnu: Add r-prodlim.
    
    * gnu/packages/cran.scm (r-prodlim): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6d4d694..6f35d35 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1006,3 +1006,28 @@ variable models.")
      "This package provides an implementation of dimensionality reduction via
 regression using Kernel Ridge Regression.")
     (license license:gpl3)))
+
+(define-public r-prodlim
+  (package
+    (name "r-prodlim")
+    (version "1.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "prodlim" version))
+       (sha256
+        (base32
+         "0m51rkivx1zr6whdqwj66jpnkmp4385m06kkha3dp8qqf4jna9iz"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-kernsmooth" ,r-kernsmooth)
+       ("r-lava" ,r-lava)
+       ("r-rcpp" ,r-rcpp)
+       ("r-survival" ,r-survival)))
+    (home-page "http://cran.r-project.org/web/packages/prodlim";)
+    (synopsis "Product-limit estimation for censored event history analysis")
+    (description
+     "This package provides a fast and user-friendly implementation of
+nonparametric estimators for censored event history (survival) analysis with
+the Kaplan-Meier and Aalen-Johansen methods.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]