[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/53: gnu: Add r-cdm.
From: |
guix-commits |
Subject: |
31/53: gnu: Add r-cdm. |
Date: |
Sat, 22 Feb 2020 14:46:15 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 55c067a309e5321e8232849609f64a5790ddec18
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:15:51 2020 +0100
gnu: Add r-cdm.
* gnu/packages/cran.scm (r-cdm): New variable.
---
gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fa11470..5bbc975 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20099,3 +20099,37 @@ for importing SEM results into R. Any result usable
as input to semPlot can
also be represented in any of the three popular SEM frame-works, as well as
translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
(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
+ "This package provides functions for cognitive diagnosis modeling and
+multidimensional item response modeling for dichotomous and polytomous item
+responses. It enables the estimation of the DINA and DINO model, the multiple
+group (polytomous) GDINA model, the multiple choice DINA model, the general
+diagnostic model (GDM), the structured latent class model (SLCA), and
+regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
+Uenlue (2017) @url{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, @url{doi:10.20982/tqmp.11.3.p189}) as
+well as Ravand and Robitzsch (2015).")
+ (license license:gpl2+)))
- 39/53: gnu: r-doby: Update to 4.6.5., (continued)
- 39/53: gnu: r-doby: Update to 4.6.5., guix-commits, 2020/02/22
- 41/53: gnu: r-dalex: Update to 1.0., guix-commits, 2020/02/22
- 40/53: gnu: r-rgl: Update to 0.100.50., guix-commits, 2020/02/22
- 42/53: gnu: r-acebayes: Update to 1.9., guix-commits, 2020/02/22
- 43/53: gnu: r-fda: Update to 2.4.8.1., guix-commits, 2020/02/22
- 47/53: gnu: r-openmx: Update to 2.17.2., guix-commits, 2020/02/22
- 38/53: gnu: r-vctrs: Update to 0.2.3., guix-commits, 2020/02/22
- 46/53: gnu: r-stanheaders: Update to 2.19.2., guix-commits, 2020/02/22
- 53/53: gnu: r-ggm: Move to (gnu packages bioconductor)., guix-commits, 2020/02/22
- 52/53: gnu: r-pbkrtest: Update to 0.4-8.6., guix-commits, 2020/02/22
- 31/53: gnu: Add r-cdm.,
guix-commits <=
- 33/53: gnu: Add r-erm., guix-commits, 2020/02/22
- 37/53: gnu: r-tsp: Update to 1.1-9., guix-commits, 2020/02/22
- 28/53: gnu: Add r-d3network., guix-commits, 2020/02/22
- 29/53: gnu: Add r-qgraph., guix-commits, 2020/02/22
- 34/53: gnu: Add r-irtoys., guix-commits, 2020/02/22
- 48/53: gnu: r-ggm: Update to 2.5., guix-commits, 2020/02/22
- 44/53: gnu: r-forecast: Update to 8.11., guix-commits, 2020/02/22
- 45/53: gnu: r-regsem: Update to 1.5.2., guix-commits, 2020/02/22
- 49/53: gnu: r-qgraph: Update to 1.6.5., guix-commits, 2020/02/22
- 50/53: gnu: r-mice: Update to 3.8.0., guix-commits, 2020/02/22