mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-effectsize.
* gnu/packages/cran.scm (r-effectsize): New variable.
This commit is contained in:
parent
7b4b1136cc
commit
24edd279e4
1 changed files with 25 additions and 0 deletions
|
@ -8379,6 +8379,31 @@ (define-public r-ggeffects
|
|||
results using @code{ggplot2}.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-effectsize
|
||||
(package
|
||||
(name "r-effectsize")
|
||||
(version "0.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "effectsize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07vgmxdl75798hgdh90zysafjh97rmmj2wjjyr6xff4fbhi8rlkb"))))
|
||||
(properties `((upstream-name . "effectsize")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bayestestr" ,r-bayestestr)
|
||||
("r-insight" ,r-insight)
|
||||
("r-parameters" ,r-parameters)))
|
||||
(home-page "https://github.com/easystats/effectsize")
|
||||
(synopsis "Indices of effect size and standardized parameters")
|
||||
(description
|
||||
"This package provides utilities to work with indices of effect size and
|
||||
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-sjplot
|
||||
(package
|
||||
(name "r-sjplot")
|
||||
|
|
Loading…
Reference in a new issue