[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 31/34] gnu: Add package r-cdm
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 31/34] gnu: Add package r-cdm |
Date: |
Tue, 4 Feb 2020 14:56:23 +0100 |
* gnu/packages/cran.scm (r-cdm): New variable.
---
gnu/packages/cran.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fe2ef959dd..396e9521a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20130,3 +20130,41 @@ graphical model computation. See Epskamp et al. (2012)
(description
"Path diagrams and visual analysis of various SEM packages' output.")
(license license:gpl2)))
+
+(define-public r-cdm
+ (package
+ (name "r-cdm")
+ (version "7.4-19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "CDM" version))
+ (sha256
+ (base32
+ "1ln1r3rk004fmk55iy08bjh3vv4wnkb8zg2wj3r9rq7pi8jn8fv4"))))
+ (properties `((upstream-name . "CDM")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mvtnorm" ,r-mvtnorm)
+ ("r-polycor" ,r-polycor)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)))
+ (home-page
+ "https://github.com/alexanderrobitzsch/CDM")
+ (synopsis "Cognitive Diagnosis Modeling")
+ (description
+ "Functions for cognitive diagnosis modeling and multidimensional item
+response modeling for dichotomous and polytomous item responses. This package
+enables the estimation of the DINA and DINO model (Junker & Sijtsma, 2001,
+<doi:10.1177/01466210122032064>), the multiple group (polytomous) GDINA model
+(de la Torre, 2011, <doi:10.1007/s11336-011-9207-7>), the multiple choice DINA
+model (de la Torre, 2009, <doi:10.1177/0146621608320523>), the general
+diagnostic model (GDM; von Davier, 2008, <doi:10.1348/000711007X193957>), the
+structured latent class model (SLCA; Formann, 1992,
+<doi:10.1080/01621459.1992.10475229>) and regularized latent class analysis
+(Chen, Li, Liu, & Ying, 2017, <doi:10.1007/s11336-016-9545-6>). See George,
+Robitzsch, Kiefer, Gross, and Uenlue (2017) <doi:10.18637/jss.v074.i02> for
+further details on estimation and the package structure. For tutorials on how
+to use the CDM package see George and Robitzsch (2015,
+<doi:10.20982/tqmp.11.3.p189>) as well as Ravand and Robitzsch (2015).")
+ (license license:gpl2+)))
--
2.20.1
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, (continued)
- [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
- [bug#39416] [PATCH 34/34] gnu: Add package r-irtoys, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 31/34] gnu: Add package r-cdm,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 22/34] gnu: Add package r-openmx, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 28/34] gnu: Add package r-d3network, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 27/34] gnu: Add package r-ggm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 33/34] gnu: Add package r-erm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 29/34] gnu: Add package r-qgraph, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 32/34] gnu: Add package r-tam, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 26/34] gnu: Add package r-bdgraph, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 30/34] gnu: Add package r-semplot, Lars-Dominik Braun, 2020/02/04