mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-mitml.
* gnu/packages/cran.scm (r-mitml): New variable.
This commit is contained in:
parent
03e718fbb1
commit
84e7147ae3
1 changed files with 25 additions and 0 deletions
|
@ -1887,6 +1887,31 @@ (define-public r-pan
|
|||
clustered data.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-mitml
|
||||
(package
|
||||
(name "r-mitml")
|
||||
(version "0.3-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mitml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s888r9y2ri39b48h1iypps6lddqkqv3g31l2sjmi2pvyccfpkwb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-haven" ,r-haven)
|
||||
("r-jomo" ,r-jomo)
|
||||
("r-pan" ,r-pan)))
|
||||
(home-page "https://cran.r-project.org/web/packages/mitml/")
|
||||
(synopsis "Tools for multiple imputation in multilevel modeling")
|
||||
(description
|
||||
"This package provides tools for multiple imputation of missing data in
|
||||
multilevel modeling. It includes a user-friendly interface to the packages
|
||||
pan and jomo, and several functions for visualization, data management and the
|
||||
analysis of multiply imputed data sets.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-mice
|
||||
(package
|
||||
(name "r-mice")
|
||||
|
|
Loading…
Reference in a new issue