mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add r-altmeta.
* gnu/packages/cran.scm (r-altmeta): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
4d1459dc03
commit
6d1160db8e
1 changed files with 39 additions and 0 deletions
|
@ -24913,6 +24913,45 @@ (define-public r-metafor
|
||||||
phylogenetic relatedness) can also be conducted.")
|
phylogenetic relatedness) can also be conducted.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-altmeta
|
||||||
|
(package
|
||||||
|
(name "r-altmeta")
|
||||||
|
(version "3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "altmeta" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
|
||||||
|
(properties `((upstream-name . "altmeta")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-coda" ,r-coda)
|
||||||
|
("r-lme4" ,r-lme4)
|
||||||
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-metafor" ,r-metafor)
|
||||||
|
("r-rjags" ,r-rjags)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/altmeta/")
|
||||||
|
(synopsis "Alternative meta-analysis methods")
|
||||||
|
(description
|
||||||
|
"This package provides alternative statistical methods for meta-analysis,
|
||||||
|
including:
|
||||||
|
|
||||||
|
@enumerate
|
||||||
|
@item bivariate generalized linear mixed models for synthesizing odds ratios,
|
||||||
|
relative risks, and risk differences
|
||||||
|
@item heterogeneity tests and measures that are robust to outliers;
|
||||||
|
@item measures, tests, and visualization tools for publication bias or
|
||||||
|
small-study effects;
|
||||||
|
@item meta-analysis of diagnostic tests for synthesizing sensitivities,
|
||||||
|
specificities, etc.;
|
||||||
|
@item meta-analysis methods for synthesizing proportions;
|
||||||
|
@item models for multivariate meta-analysis.
|
||||||
|
@end enumerate
|
||||||
|
")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-perm
|
(define-public r-perm
|
||||||
(package
|
(package
|
||||||
(name "r-perm")
|
(name "r-perm")
|
||||||
|
|
Loading…
Reference in a new issue