[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 14/34] gnu: Add package r-ltm
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 14/34] gnu: Add package r-ltm |
Date: |
Tue, 4 Feb 2020 14:56:06 +0100 |
* gnu/packages/cran.scm (r-ltm): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8606695b7c..73dc753945 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19633,3 +19633,30 @@ observation schemes are supported. Both Markov
transition rates and the hidden
Markov output process can be modelled in terms of covariates, which may be
constant or piecewise-constant in time.")
(license license:gpl2+)))
+
+(define-public r-ltm
+ (package
+ (name "r-ltm")
+ (version "1.1-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ltm" version))
+ (sha256
+ (base32
+ "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
+ (properties `((upstream-name . "ltm")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mass" ,r-mass)
+ ("r-msm" ,r-msm)
+ ("r-polycor" ,r-polycor)))
+ (home-page "https://github.com/drizopoulos/ltm")
+ (synopsis "Latent Trait Models under IRT")
+ (description
+ "Analysis of multivariate dichotomous and polytomous data using latent
+trait models under the Item Response Theory approach. It includes the Rasch,
+the Two-Parameter Logistic, the Birnbaum's Three-Parameter, the Graded
+Response, and the Generalized Partial Credit Models.")
+ (license license:gpl2+)))
+
--
2.20.1
- [bug#39416] [PATCH 09/34] gnu: Add package r-quanteda, (continued)
- [bug#39416] [PATCH 09/34] gnu: Add package r-quanteda, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 11/34] gnu: Add package r-stm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 13/34] gnu: Add package r-msm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 15/34] gnu: Add package r-mi, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 17/34] gnu: Add package r-sem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 08/34] gnu: Add package r-snowballc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders, Lars-Dominik Braun, 2020/02/04
- [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