guix-patches
[Top][All Lists]
Advanced

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

[bug#55379] [PATCH 10/14] gnu: Add r-relimp.


From: kyle
Subject: [bug#55379] [PATCH 10/14] gnu: Add r-relimp.
Date: Thu, 12 May 2022 02:10:30 +0000

From: Kyle Andrews <kyle@posteo.net>

---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0114be8b0f..f578cdfa2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33446,6 +33446,26 @@ (define-public r-qvcalc
     "This package provides functions to compute quasi variances and associated 
measures of approximation error.")
    (license (list license:gpl2+ license:gpl3+))))
 
+(define-public r-relimp
+  (package
+   (name "r-relimp")
+   (version "1.0-5")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "relimp" version))
+     (sha256
+      (base32
+       "0ydn82g8xdqzhf34187080bbpcpw1zdjbj2i3dv1d6d35vvprb5c"))))
+   (properties `((upstream-name . "relimp")))
+   (build-system r-build-system)
+   (home-page "http://warwick.ac.uk/relimp";)
+   (synopsis
+    "Relative Contribution of Effects in a Regression Model")
+   (description
+    "This package provides functions to facilitate inference on the relative 
importance of predictors in a linear or generalized linear model, and a couple 
of useful Tcl/Tk widgets.")
+   (license license:gpl2+)))
+
 
 (define r-gpg
   (package
-- 
2.36.0






reply via email to

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