[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 15/34] gnu: Add package r-mi
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 15/34] gnu: Add package r-mi |
Date: |
Tue, 4 Feb 2020 14:56:07 +0100 |
* gnu/packages/cran.scm (r-mi): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 73dc753945..b26b63afcb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19660,3 +19660,25 @@ the Two-Parameter Logistic, the Birnbaum's
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
+ "The mi 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+)))
--
2.20.1
- [bug#39416] [PATCH 02/34] gnu: Add package r-forecast, (continued)
- [bug#39416] [PATCH 02/34] gnu: Add package r-forecast, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 04/34] gnu: Add package r-proxyc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 05/34] gnu: Add package r-isocodes, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 07/34] gnu: Add package r-spacyr, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 09/34] gnu: Add package r-quanteda, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 11/34] gnu: Add package r-stm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 13/34] gnu: Add package r-msm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 15/34] gnu: Add package r-mi,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 17/34] gnu: Add package r-sem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 08/34] gnu: Add package r-snowballc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, Lars-Dominik Braun, 2020/02/04