[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 17/34] gnu: Add package r-sem
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 17/34] gnu: Add package r-sem |
Date: |
Tue, 4 Feb 2020 14:56:09 +0100 |
* gnu/packages/cran.scm (r-sem): 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 81e8731383..d318f2a33e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19703,3 +19703,30 @@ Response, and the Generalized Partial Credit Models.")
(description
"This package provides a collection of functions to support matrix
calculations for probability, econometric and numerical analysis. There are
additional functions that are comparable to APL functions which are useful for
actuarial models such as pension mathematics. This package is used for
teaching and research purposes at the Department of Finance and Risk
Engineering, New York University, Polytechnic Institute, Brooklyn, NY 11201.")
(license license:gpl2+)))
+
+(define-public r-sem
+ (package
+ (name "r-sem")
+ (version "3.1-9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "sem" version))
+ (sha256
+ (base32
+ "1f9c6g6pfx66gd2pappcsqh484ah6a0x4z47hpd46rah0817hcsa"))))
+ (properties `((upstream-name . "sem")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-boot" ,r-boot)
+ ("r-mass" ,r-mass)
+ ("r-matrixcalc" ,r-matrixcalc)
+ ("r-mi" ,r-mi)))
+ (home-page "https://cran.r-project.org/package=sem")
+ (synopsis "Structural Equation Models")
+ (description
+ "This package provides functions for fitting general linear structural
+equation models (with observed and latent variables) using the RAM approach,
+and for fitting structural equations in observed-variable models by two-stage
+least squares.")
+ (license license:gpl2+)))
--
2.20.1
- [bug#39416] [PATCH 04/34] gnu: Add package r-proxyc, (continued)
- [bug#39416] [PATCH 04/34] gnu: Add package r-proxyc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 05/34] gnu: Add package r-isocodes, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 07/34] gnu: Add package r-spacyr, Lars-Dominik Braun, 2020/02/04
- [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 <=
- [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, 2020/02/04
- [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