guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-orddom.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add r-orddom.
Date: Tue, 14 Aug 2018 11:33:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06a45ad6c0655f76ba15c90c0bd35857b45a7d3e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 14 17:32:02 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b491cc7..a78a97e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4636,3 +4636,29 @@ dictionaries in Python but with a purposefully R flavor. 
 For objects of
 appreciable size, access using hashes outperforms native named lists and
 vectors.")
     (license license:gpl2+)))
+
+(define-public r-orddom
+  (package
+    (name "r-orddom")
+    (version "3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "orddom" version))
+       (sha256
+        (base32
+         "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-psych" ,r-psych)))
+    (home-page "https://cran.r-project.org/web/packages/orddom/";)
+    (synopsis "Ordinal dominance statistics")
+    (description
+     "This package provides tools to compute ordinal, statistics and effect
+sizes as an alternative to mean comparison: Cliff's delta or success rate
+difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
+Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
+Common Language Effect Size (CLES) or Grissom & Kim's Probability of
+Superiority (PS), and the Number needed to treat (NNT) effect size.  Moreover,
+comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
+Group (Non-)Overlap considerations.")
+    (license license:gpl2)))



reply via email to

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