[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/211: gnu: Add r-confintr.
From: |
guix-commits |
Subject: |
01/211: gnu: Add r-confintr. |
Date: |
Tue, 20 Sep 2022 06:23:30 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 8c5968d92b0592ad1748b0cedf088c0b440bd1dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 19 17:19:49 2022 +0200
gnu: Add r-confintr.
* gnu/packages/cran.scm (r-confintr): 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 5cdb37075e..ef25030b3f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29195,6 +29195,34 @@ function that determines the current environment and
returns the appropriate
value.")
(license license:gpl3)))
+(define-public r-confintr
+ (package
+ (name "r-confintr")
+ (version "0.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "confintr" version))
+ (sha256
+ (base32
+ "06c42jhqp7gp9062jf8f9py1lh34vx38q0g7b6l5kyf7a310ixr6"))))
+ (properties `((upstream-name . "confintr")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-boot))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/mayer79/confintr")
+ (synopsis "Confidence intervals")
+ (description
+ "This package calculates classic and/or bootstrap confidence intervals
+for many parameters such as the population mean, variance, @dfn{interquartile
+range} (IQR), @dfn{median absolute deviation} (MAD), skewness, kurtosis,
+Cramer's V, odds ratio, R-squared, quantiles (including median), proportions,
+different types of correlation measures, difference in means, quantiles and
+medians. Many of the classic confidence intervals are described in Smithson,
+M. (2003, ISBN: 978-0761924999). Bootstrap confidence intervals are
+calculated with the R package @code{boot}. Both one- and two-sided intervals
+are supported.")
+ (license license:gpl2+)))
+
(define-public r-adaptivesparsity
(package
(name "r-adaptivesparsity")
- 53/211: gnu: r-zip: Update to 2.2.1., (continued)
- 53/211: gnu: r-zip: Update to 2.2.1., guix-commits, 2022/09/20
- 28/211: gnu: r-callr: Update to 3.7.2., guix-commits, 2022/09/20
- 58/211: gnu: r-rbibutils: Update to 2.2.9., guix-commits, 2022/09/20
- 78/211: gnu: r-tweedie: Update to 2.3.5., guix-commits, 2022/09/20
- 84/211: gnu: r-tidytree: Update to 0.4.0., guix-commits, 2022/09/20
- 85/211: gnu: r-sparsesvd: Update to 0.2-1., guix-commits, 2022/09/20
- 98/211: gnu: r-spdep: Update to 1.2-5., guix-commits, 2022/09/20
- 101/211: gnu: r-ggforce: Update to 0.3.4., guix-commits, 2022/09/20
- 102/211: gnu: r-gbm: Update to 2.1.8.1., guix-commits, 2022/09/20
- 105/211: gnu: r-ggtext: Update to 0.1.2., guix-commits, 2022/09/20
- 01/211: gnu: Add r-confintr.,
guix-commits <=
- 07/211: gnu: r-torch: Do not hardcode Python version., guix-commits, 2022/09/20
- 64/211: gnu: r-labelled: Update to 2.10.0., guix-commits, 2022/09/20
- 31/211: gnu: r-shinyfiles: Update to 0.9.3., guix-commits, 2022/09/20
- 57/211: gnu: r-hdf5r: Update to 1.3.6., guix-commits, 2022/09/20
- 42/211: gnu: r-cli: Update to 3.4.0., guix-commits, 2022/09/20
- 79/211: gnu: r-chk: Update to 0.8.1., guix-commits, 2022/09/20
- 110/211: gnu: r-sctransform: Update to 0.3.4., guix-commits, 2022/09/20
- 118/211: gnu: r-terra: Update to 1.6-17., guix-commits, 2022/09/20
- 119/211: gnu: r-tidygraph: Update to 1.2.2., guix-commits, 2022/09/20
- 120/211: gnu: r-parameters: Update to 0.18.2., guix-commits, 2022/09/20