mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add r-effsize.
* gnu/packages/cran.scm (r-effsize): New variable.
This commit is contained in:
parent
206195d4e2
commit
971778f20b
1 changed files with 21 additions and 0 deletions
|
@ -14265,6 +14265,27 @@ (define-public r-effectsize
|
||||||
conversion of indices such as Cohen's d, r, odds, etc.")
|
conversion of indices such as Cohen's d, r, odds, etc.")
|
||||||
(license license:gpl3)))
|
(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
|
(define-public r-sjplot
|
||||||
(package
|
(package
|
||||||
(name "r-sjplot")
|
(name "r-sjplot")
|
||||||
|
|
Loading…
Reference in a new issue