[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add r-effsize.
From: |
guix-commits |
Subject: |
03/08: gnu: Add r-effsize. |
Date: |
Sat, 18 Feb 2023 15:13:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 971778f20b3ce5a5836ed43e238ea43b67909050
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 20:31:27 2023 +0100
gnu: Add r-effsize.
* gnu/packages/cran.scm (r-effsize): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 52d109ca93..3eb1d1dc42 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14265,6 +14265,27 @@ standardized parameters for a wide variety of models,
allowing computation and
conversion of indices such as Cohen's d, r, odds, etc.")
(license license:gpl3)))
+(define-public r-effsize
+ (package
+ (name "r-effsize")
+ (version "0.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "effsize" version))
+ (sha256
+ (base32
+ "1m5ch2g77f4ldbxhzp2ls1pga8hq7ggkz1xs8a90h0s09rj0gd7w"))))
+ (properties `((upstream-name . "effsize")))
+ (build-system r-build-system)
+ (home-page "https://github.com/mtorchiano/effsize/")
+ (synopsis "Efficient effect size computation")
+ (description
+ "This package provides a collection of functions to compute the
+standardized effect sizes for experiments (Cohen d, Hedges g, Cliff delta,
+Vargha-Delaney A). The computation algorithms have been optimized to allow
+efficient computation even with very large data sets.")
+ (license license:gpl2)))
+
(define-public r-sjplot
(package
(name "r-sjplot")
- branch master updated (9f21ca83a8 -> f3329764e2), guix-commits, 2023/02/18
- 01/08: gnu: Add r-strex., guix-commits, 2023/02/18
- 03/08: gnu: Add r-effsize.,
guix-commits <=
- 07/08: gnu: Add r-bestnormalize., guix-commits, 2023/02/18
- 05/08: gnu: Add r-lambertw., guix-commits, 2023/02/18
- 02/08: gnu: Add r-filesstrings., guix-commits, 2023/02/18
- 04/08: gnu: Add r-lamw., guix-commits, 2023/02/18
- 06/08: gnu: Add r-butcher., guix-commits, 2023/02/18
- 08/08: gnu: Add r-longdat., guix-commits, 2023/02/18