[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/53: gnu: Add r-ltm.
From: |
guix-commits |
Subject: |
14/53: gnu: Add r-ltm. |
Date: |
Sat, 22 Feb 2020 14:46:09 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 07f3e9b93c8421e046f6af5635a059e065481799
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 18:32:48 2020 +0100
gnu: Add r-ltm.
* gnu/packages/cran.scm (r-ltm): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index adc4bd8..238fc5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19615,3 +19615,31 @@ other 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
+ "This is a package supporting the 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+)))
+
- 01/53: gnu: Add r-fracdiff., (continued)
- 01/53: gnu: Add r-fracdiff., guix-commits, 2020/02/22
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm.,
guix-commits <=
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22
- 18/53: gnu: Add r-semtools., guix-commits, 2020/02/22
- 20/53: gnu: Add r-stanheaders., guix-commits, 2020/02/22
- 11/53: gnu: Add r-stm., guix-commits, 2020/02/22