[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 32/34] gnu: Add package r-tam
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 32/34] gnu: Add package r-tam |
Date: |
Tue, 4 Feb 2020 14:56:24 +0100 |
* gnu/packages/cran.scm (r-tam): New variable.
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 396e9521a6..d7da059bee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20168,3 +20168,36 @@ 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+)))
+
+(define-public r-tam
+ (package
+ (name "r-tam")
+ (version "3.3-10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "TAM" version))
+ (sha256
+ (base32
+ "1rkjp5x6wrk1dfspp1imvfals0wvy4w1wb8a5mhfbnilc7vgnlbq"))))
+ (properties `((upstream-name . "TAM")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cdm" ,r-cdm)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)))
+ (home-page
+ "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
+ (synopsis "Test Analysis Modules")
+ (description
+ "Includes marginal maximum likelihood estimation and joint maximum
+likelihood estimation for unidimensional and multidimensional item response
+models. The package functionality covers the Rasch model, 2PL model, 3PL
+model, generalized partial credit model, multi-faceted Rasch model, nominal
+item response model, structured latent class model, mixture distribution IRT
+models, and located latent class models. Latent regression models and
+plausible value imputation are also supported. For details see Adams, Wilson
+and Wang, 1997 <doi:10.1177/0146621697211001>, Adams, Wilson and Wu, 1997
+<doi:10.3102/10769986022001047>, Formann, 1982 <doi:10.1002/bimj.4710240209>,
+Formann, 1992 <doi:10.1080/01621459.1992.10475229>.")
+ (license license:gpl2+)))
--
2.20.1
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, (continued)
- [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, 2020/02/04
- [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 <=
- [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
- [bug#39416] Bulk import of R packages, Ricardo Wurmus, 2020/02/04