[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/53: gnu: Add r-mi.
From: |
guix-commits |
Subject: |
15/53: gnu: Add r-mi. |
Date: |
Sat, 22 Feb 2020 14:46:09 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8ef53c2255841a8a0f3504d031f69e8765d9a572
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 13:30:50 2020 +0100
gnu: Add r-mi.
* gnu/packages/cran.scm (r-mi): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 238fc5c..32c6663 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19643,3 +19643,28 @@ Three-Parameter, the Graded Response, and the
Generalized Partial Credit
Models.")
(license license:gpl2+)))
+(define-public r-mi
+ (package
+ (name "r-mi")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "mi" version))
+ (sha256
+ (base32
+ "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
+ (properties `((upstream-name . "mi")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-arm" ,r-arm)
+ ("r-matrix" ,r-matrix)))
+ (home-page "http://www.stat.columbia.edu/~gelman/")
+ (synopsis "Missing data imputation and model checking")
+ (description
+ "This package provides functions for data manipulation, imputing missing
+values in an approximate Bayesian framework, diagnostics of the models used to
+generate the imputations, confidence-building mechanisms to validate some of
+the assumptions of the imputation algorithm, and functions to analyze multiply
+imputed data sets with the appropriate degree of sampling uncertainty.")
+ (license license:gpl2+)))
- branch master updated (5508d9a -> 8017eb0), guix-commits, 2020/02/22
- 01/53: gnu: Add r-fracdiff., guix-commits, 2020/02/22
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi.,
guix-commits <=
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22