[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/53: gnu: Add r-irtoys.
From: |
guix-commits |
Subject: |
34/53: gnu: Add r-irtoys. |
Date: |
Sat, 22 Feb 2020 14:46:16 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 4b9bb70fa5389c326f35d9e71f2aace8d6875bc1
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:17:17 2020 +0100
gnu: Add r-irtoys.
* gnu/packages/cran.scm (r-irtoys): 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 f307c11..23d40f6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20194,3 +20194,33 @@ nonparametric Monte-Carlo Tests, itemfit and personfit
statistics including
infit and outfit measures, ICC and other plots, automated stepwise item
elimination, and a simulation module for various binary data matrices.")
(license license:gpl3)))
+
+(define-public r-irtoys
+ (package
+ (name "r-irtoys")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "irtoys" version))
+ (sha256
+ (base32
+ "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
+ (properties `((upstream-name . "irtoys")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ltm" ,r-ltm)
+ ("r-sm" ,r-sm)))
+ (home-page "https://cran.r-project.org/package=irtoys")
+ (synopsis "Collection of functions related to Item Response Theory (IRT)")
+ (description
+ "This package provides a collection of functions useful in learning and
+practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
+programs. It provides basic CTT analysis, a simple common interface to the
+estimation of item parameters in IRT models for binary responses with three
+different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
+EAP, WLE, plausible values), item and person fit statistics, scaling
+methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
+array of parametric and non-parametric (kernel) plots. It estimates and plots
+Haberman's interaction model when all items are dichotomously scored.")
+ (license license:gpl2+)))
- 47/53: gnu: r-openmx: Update to 2.17.2., (continued)
- 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, 2020/02/22
- 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 <=
- 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
- 51/53: gnu: r-rpf: Update to 1.0.2., guix-commits, 2020/02/22
- 36/53: gnu: r-squarem: Update to 2020.2., guix-commits, 2020/02/22