[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/39: gnu: Add r-qgam.
From: |
guix-commits |
Subject: |
33/39: gnu: Add r-qgam. |
Date: |
Mon, 27 Apr 2020 11:40:39 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 5396fe960a0a33433d596e067920017ca8ca4554
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:30:40 2020 +0200
gnu: Add r-qgam.
* gnu/packages/cran.scm (r-qgam): 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 5058079..3b20ced 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16949,6 +16949,39 @@ for original research. A variety of user defined
options and formatting are
included.")
(license license:gpl3)))
+(define-public r-qgam
+ (package
+ (name "r-qgam")
+ (version "1.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "qgam" version))
+ (sha256
+ (base32
+ "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
+ (properties `((upstream-name . "qgam")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-doparallel" ,r-doparallel)
+ ("r-mgcv" ,r-mgcv)
+ ("r-plyr" ,r-plyr)
+ ("r-shiny" ,r-shiny)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://cran.r-project.org/web/packages/qgam/")
+ (synopsis "Smooth additive quantile regression models")
+ (description
+ "This package provides smooth additive quantile regression models, fitted
+using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
+the smoothing parameters are estimated automatically by marginal loss
+minimization, while the regression coefficients are estimated using either
+PIRLS or Newton algorithm. The learning rate is determined so that the
+Bayesian credible intervals of the estimated effects have approximately the
+correct coverage. The main function is @code{qgam()} which is similar to
+@code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
+regression models.")
+ (license license:gpl2+)))
+
(define-public r-abtest
(package
(name "r-abtest")
- 18/39: gnu: r-insight: Update to 0.8.3., (continued)
- 18/39: gnu: r-insight: Update to 0.8.3., guix-commits, 2020/04/27
- 19/39: gnu: r-raster: Update to 3.1-5., guix-commits, 2020/04/27
- 27/39: gnu: r-future-apply: Update to 1.5.0., guix-commits, 2020/04/27
- 31/39: gnu: r-dalex: Update to 1.2.0., guix-commits, 2020/04/27
- 34/39: gnu: r-abtest: Update to 0.2.1., guix-commits, 2020/04/27
- 28/39: gnu: r-sf: Update to 0.9-2., guix-commits, 2020/04/27
- 30/39: gnu: r-rex: Update to 1.2.0., guix-commits, 2020/04/27
- 32/39: gnu: r-systemfonts: Update to 0.2.0., guix-commits, 2020/04/27
- 35/39: gnu: r-fda: Update to 5.1.4., guix-commits, 2020/04/27
- 36/39: gnu: r-stopwords: Update to 2.0., guix-commits, 2020/04/27
- 33/39: gnu: Add r-qgam.,
guix-commits <=
- 37/39: gnu: r-topicmodels: Update to 0.2-11., guix-commits, 2020/04/27
- 39/39: gnu: r-hdf5array: Update to 1.14.4., guix-commits, 2020/04/27
- 29/39: gnu: r-optparse: Update to 1.6.6., guix-commits, 2020/04/27
- 38/39: gnu: r-seurat: Update to 3.1.5., guix-commits, 2020/04/27