mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-pbkrtest.
* gnu/packages/statistics.scm (r-pbkrtest): New variable. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
This commit is contained in:
parent
51fc7d8c31
commit
a3eb8c8191
1 changed files with 22 additions and 0 deletions
|
@ -4611,3 +4611,25 @@ (define-public r-lme4
|
|||
methods. The core computational algorithms are implemented using the Eigen
|
||||
C++ library for numerical linear algebra and RcppEigen glue.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-pbkrtest
|
||||
(package
|
||||
(name "r-pbkrtest")
|
||||
(version "0.4-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbkrtest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00cw18q7wvddzjrbxz917wkix6r7672vi2wmsp4gwgzady8vha4x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lme4" ,r-lme4)))
|
||||
(home-page "http://people.math.aau.dk/~sorenh/software/pbkrtest/")
|
||||
(synopsis "Methods for linear mixed model comparison")
|
||||
(description
|
||||
"This package implements a parametric bootstrap test and a Kenward Roger
|
||||
modification of F-tests for linear mixed effects models and a parametric
|
||||
bootstrap test for generalized linear mixed models.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue