[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/54: gnu: Add r-actcd.
From: |
guix-commits |
Subject: |
24/54: gnu: Add r-actcd. |
Date: |
Sat, 14 Dec 2019 07:36:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d024207e7bfaba0453e34de48510378ddd2dff4d
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 10:07:48 2019 +0100
gnu: Add r-actcd.
* gnu/packages/cran.scm (r-actcd): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cb68994..dd30ba3fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17838,3 +17838,33 @@ 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)))
+
+(define-public r-actcd
+ (package
+ (name "r-actcd")
+ (version "1.2-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ACTCD" version))
+ (sha256
+ (base32
+ "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
+ (properties `((upstream-name . "ACTCD")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gdina" ,r-gdina)
+ ("r-r-methodss3" ,r-r-methodss3)))
+ (native-inputs
+ `(("gfortran" ,gfortran)))
+ (home-page "https://cran.r-project.org/web/packages/ACTCD/")
+ (synopsis "Asymptotic classification theory for cognitive diagnosis")
+ (description
+ "This is a package supporting cluster analysis for cognitive diagnosis
+based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
+@url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
+sum-scores, cluster analysis techniques can be used to classify examinees into
+latent classes based on their attribute patterns. In addition to the
+algorithms used to classify data, three labeling approaches are proposed to
+label clusters so that examinees' attribute profiles can be obtained.")
+ (license license:gpl2+)))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss., guix-commits, 2019/12/14
- 36/54: gnu: Add r-actuar., guix-commits, 2019/12/14
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd.,
guix-commits <=
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 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