emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27164: closed ([PATCH 2/2] gnu: Add r-fdrtool.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27164: closed ([PATCH 2/2] gnu: Add r-fdrtool.)
Date: Fri, 09 Jun 2017 01:30:03 +0000

Your message dated Fri, 9 Jun 2017 03:29:21 +0200
with message-id <address@hidden>
and subject line Re: bug#27164: [PATCH 2/2] gnu: Add r-fdrtool.
has caused the debbugs.gnu.org bug report #27164,
regarding [PATCH 2/2] gnu: Add r-fdrtool.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27164: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27164
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: Add r-fdrtool. Date: Wed, 31 May 2017 17:12:08 +0200
* gnu/packages/statistics.scm (r-fdrtool): New variable.
---
 gnu/packages/statistics.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 625f9f488..ae44bfb01 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5257,3 +5257,31 @@ algebraic manipulation on date-time and time-span 
objects.  The 'lubridate'
 package has a consistent and memorable syntax that makes working with dates
 easy and fun.")
     (license license:gpl2)))
+
+(define-public r-fdrtool
+  (package
+    (name "r-fdrtool")
+    (version "1.2.15")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "fdrtool" version))
+       (sha256
+        (base32
+         "1h46frlk7d9f4qx0bg6p55nrm9wwwz2sv6d1nz7061wdfsm69yb5"))))
+    (build-system r-build-system)
+    (home-page "http://strimmerlab.org/software/fdrtool/";)
+    (synopsis "Estimation of false discovery rates and higher criticism")
+    (description
+     "This package provides tools to estimate both tail area-based false
+discovery rates (Fdr) as well as local false discovery rates (fdr) for a
+variety of null models (p-values, z-scores, correlation coefficients,
+t-scores).  The proportion of null values and the parameters of the null
+distribution are adaptively estimated from the data.  In addition, the package
+contains functions for non-parametric density estimation (Grenander
+estimator), for monotone regression (isotonic regression and antitonic
+regression with weights), for computing the greatest convex minorant (GCM) and
+the least concave majorant (LCM), for the half-normal and correlation
+distributions, and for computing empirical higher criticism (HC) scores and
+the corresponding decision threshold.")
+    (license license:gpl3+)))
-- 
2.13.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#27164: [PATCH 2/2] gnu: Add r-fdrtool. Date: Fri, 9 Jun 2017 03:29:21 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Ricardo Wurmus <address@hidden> writes:

> * gnu/packages/statistics.scm (r-fdrtool): New variable.
> ---

Pushed with commit 1dacc2695.


--- End Message ---

reply via email to

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