guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add r-mstate.


From: guix-commits
Subject: 02/02: gnu: Add r-mstate.
Date: Thu, 28 May 2020 23:43:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3bafa88b40483040e5f8034561590cadd43514c8
Author: Eric Brown <ecbrown@ericcbrown.com>
AuthorDate: Thu May 28 23:13:31 2020 -0400

    gnu: Add r-mstate.
    
    * gnu/packages/cran.scm (r-mstate): New variable.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fb450eb..b27dd40 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21778,3 +21778,29 @@ are flexible and explicitly encourage users to apply 
prior distributions that
 actually reflect their beliefs. Model fit can easily be assessed and compared
 with posterior predictive checks and leave-one-out cross-validation.")
     (license license:gpl2)))
+
+(define-public r-mstate
+  (package
+    (name "r-mstate")
+    (version "0.2.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mstate" version))
+       (sha256
+        (base32
+         "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
+    (properties `((upstream-name . "mstate")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-survival" ,r-survival)))
+    (home-page
+     
"https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/";)
+    (synopsis
+     "Data Preparation, Estimation and Prediction in Multi-State Models")
+    (description
+     "Contains functions for data preparation, descriptives, hazard estimation
+and prediction with Aalen-Johansen or simulation in competing risks and
+multi-state models.")
+    (license license:gpl2+)))



reply via email to

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