[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/54: gnu: Add r-gdina.
From: |
guix-commits |
Subject: |
23/54: gnu: Add r-gdina. |
Date: |
Sat, 14 Dec 2019 07:36:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 70c0dbe73fa099cd7bebccb3bffba3dfe3c3137b
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 10:07:26 2019 +0100
gnu: Add r-gdina.
* gnu/packages/cran.scm (r-gdina): New variable.
---
gnu/packages/cran.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 22e9940..cb68994 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17798,3 +17798,43 @@ Algorithm; it is used for optimizing smooth nonlinear
objective functions with
constraints. Linear or nonlinear equality and inequality constraints are
allowed.")
(license license:gpl2+)))
+
+(define-public r-gdina
+ (package
+ (name "r-gdina")
+ (version "2.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GDINA" version))
+ (sha256
+ (base32
+ "0875xfbm36gqzr0116xzlbm8rlff85rybr4s4hjzfflfvjdhgvfx"))))
+ (properties `((upstream-name . "GDINA")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-alabama" ,r-alabama)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-mass" ,r-mass)
+ ("r-nloptr" ,r-nloptr)
+ ("r-numderiv" ,r-numderiv)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
+ ("r-rsolnp" ,r-rsolnp)
+ ("r-shiny" ,r-shiny)
+ ("r-shinydashboard" ,r-shinydashboard)))
+ (home-page "https://github.com/Wenchao-Ma/GDINA")
+ (synopsis "Generalized DINA model framework")
+ (description
+ "This package provides a set of psychometric tools for cognitive
+diagnosis modeling based on the generalized deterministic inputs, noisy and
+gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
+and its extensions, including the sequential G-DINA model by Ma and de la
+Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
+polytomous G-DINA model by Chen and de la Torre
+@url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
+distribution can be independent, saturated, higher-order, loglinear smoothed
+or structured. Q-matrix validation, item and model fit statistics, model
+comparison at test and item level and differential item functioning can also
+be conducted. A graphical user interface is also provided.")
+ (license license:gpl3)))
- 52/54: gnu: Add r-anthropometry., (continued)
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr., guix-commits, 2019/12/14
- 08/54: gnu: Add r-acousticndlcoder., guix-commits, 2019/12/14
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14
- 17/54: gnu: Add r-acrt., guix-commits, 2019/12/14
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina.,
guix-commits <=
- 48/54: gnu: Add r-icge., guix-commits, 2019/12/14
- 28/54: gnu: Add r-actigraphy., guix-commits, 2019/12/14
- 32/54: gnu: Add r-activpal., guix-commits, 2019/12/14
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance., guix-commits, 2019/12/14
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14