[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/158: gnu: Add r-mclogit.
From: |
guix-commits |
Subject: |
13/158: gnu: Add r-mclogit. |
Date: |
Sun, 19 Mar 2023 13:24:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 257ef3f659455ee8763acaba2a5118f128a3dd15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:37:08 2023 +0100
gnu: Add r-mclogit.
* gnu/packages/cran.scm (r-mclogit): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e2020ce0e5..617df7c1d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2592,6 +2592,31 @@ generalized linear, additive and interaction models to
potentially
high-dimensional data.")
(license license:gpl2)))
+(define-public r-mclogit
+ (package
+ (name "r-mclogit")
+ (version "0.9.6")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "mclogit" version))
+ (sha256
+ (base32
+ "0sbglgak6jhhpx65jnj59hbpvzs8qjsdjc4w02z0m5j9hrnmzp4s"))))
+ (properties `((upstream-name . "mclogit")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-matrix r-memisc))
+ (home-page "https://www.elff.eu/software/mclogit/")
+ (synopsis
+ "Multinomial logit models, with or without random effects or
overdispersion")
+ (description
+ "This package provides estimators for multinomial logit models in their
+conditional logit and baseline logit variants, with or without random effects,
+with or without overdispersion. Random effects models are estimated using the
+PQL technique (based on a Laplace approximation) or the MQL technique (based
+on a Solomon-Cox approximation). Estimates should be treated with caution if
+the group sizes are small.")
+ (license license:gpl2)))
+
(define-public r-shadowtext
(package
(name "r-shadowtext")
- branch master updated (f9702aa9fd -> e9c8c01e24), guix-commits, 2023/03/19
- 03/158: gnu: r-httpuv: Update to 1.6.9., guix-commits, 2023/03/19
- 04/158: gnu: readstat: Update to 1.1.9., guix-commits, 2023/03/19
- 05/158: gnu: r-haven: Update to 2.5.2., guix-commits, 2023/03/19
- 07/158: gnu: r-opencpu: Update to 2.2.9., guix-commits, 2023/03/19
- 08/158: gnu: r-ggvis: Update to 0.4.8., guix-commits, 2023/03/19
- 06/158: gnu: r-bookdown: Update to 0.33., guix-commits, 2023/03/19
- 09/158: gnu: r-sf: Update to 1.0-11., guix-commits, 2023/03/19
- 13/158: gnu: Add r-mclogit.,
guix-commits <=
- 14/158: gnu: r-shadowtext: Update indentation., guix-commits, 2023/03/19
- 02/158: gnu: Add libuv-for-r-httpuv., guix-commits, 2023/03/19
- 15/158: gnu: r-memuse: Adjust indentation., guix-commits, 2023/03/19
- 16/158: gnu: r-numbat: Update to 1.2.2., guix-commits, 2023/03/19
- 18/158: gnu: r-mutoss: Update to 0.1-13., guix-commits, 2023/03/19
- 19/158: gnu: r-afpt: Update to 1.1.0.3., guix-commits, 2023/03/19
- 01/158: gnu: r-dt: Update to 0.27., guix-commits, 2023/03/19
- 10/158: gnu: r-leaflet: Update to 2.1.2., guix-commits, 2023/03/19
- 12/158: gnu: Add r-memisc., guix-commits, 2023/03/19
- 11/158: gnu: r-qs: Update to 0.25.5., guix-commits, 2023/03/19