mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add r-howmany.
* gnu/packages/cran.scm (r-howmany): New variable.
This commit is contained in:
parent
b7664dfb78
commit
84d551d45e
1 changed files with 23 additions and 0 deletions
|
@ -1382,6 +1382,29 @@ (define-public r-servr
|
|||
directory.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-howmany
|
||||
(package
|
||||
(name "r-howmany")
|
||||
(version "0.3-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "howmany" version))
|
||||
(sha256
|
||||
(base32
|
||||
"045ck8qahfg2swbgyf7dpl32ryq1m4sbalhr7m5qdgpm62vz8h7f"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/howmany/")
|
||||
(synopsis "Lower bound for the number of correct rejections")
|
||||
(description "When testing multiple hypotheses simultaneously, this package
|
||||
provides functionality to calculate a lower bound for the number of correct
|
||||
rejections (as a function of the number of rejected hypotheses), which holds
|
||||
simultaneously -with high probability- for all possible number of rejections.
|
||||
As a special case, a lower bound for the total number of false null hypotheses
|
||||
can be inferred. Dependent test statistics can be handled for multiple tests
|
||||
of associations. For independent test statistics, it is sufficient to provide
|
||||
a list of p-values.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-htmltools
|
||||
(package
|
||||
(name "r-htmltools")
|
||||
|
|
Loading…
Reference in a new issue