guix-commits
[Top][All Lists]
Advanced

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

05/41: gnu: Add r-lassopv.


From: guix-commits
Subject: 05/41: gnu: Add r-lassopv.
Date: Wed, 9 Jan 2019 09:44:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5f0fbfc0ad745fdc9e0f9cd6d36a23eec8bdf4fb
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:20:01 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f73adb6..8f2bd14 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8975,3 +8975,25 @@ diagnostics for controlling type-1 errors are also 
provided.")
 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
 high dimensional sparse linear models.")
     (license license:gpl2)))
+
+(define-public r-lassopv
+  (package
+    (name "r-lassopv")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "lassopv" version))
+       (sha256
+        (base32
+         "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-lars" ,r-lars)))
+    (home-page "https://github.com/lingfeiwang/lassopv";)
+    (synopsis "Non-parametric p-value estimation for predictors in Lasso")
+    (description
+     "This package enables you to estimate the p-values for predictors x
+against target variable y in Lasso regression, using the regularization
+strength when each predictor enters the active set of regularization path for
+the first time as the statistic.")
+    (license license:gpl3)))



reply via email to

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