[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/214: gnu: Add r-confintr.
From: |
guix-commits |
Subject: |
01/214: gnu: Add r-confintr. |
Date: |
Tue, 20 Sep 2022 11:06:51 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 487fb5f624f97c535574db9bc942e01d2c349ae2
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")
- branch master updated (9e589ca6e3 -> 8084e3bdb3), guix-commits, 2022/09/20
- 01/214: gnu: Add r-confintr.,
guix-commits <=
- 03/214: gnu: apache-arrow: Update to 9.0.0., guix-commits, 2022/09/20
- 02/214: gnu: r-rintrojs: Update to 0.3.2., guix-commits, 2022/09/20
- 19/214: gnu: r-babelwhale: Update to 1.1.0., guix-commits, 2022/09/20
- 15/214: gnu: r-datawizard: Update to 0.6.0., guix-commits, 2022/09/20
- 12/214: gnu: r-perfmeas: Update to 1.2.5., guix-commits, 2022/09/20
- 16/214: gnu: r-dixontest: Update to 1.0.4., guix-commits, 2022/09/20
- 24/214: gnu: r-poorman: Update to 0.2.6., guix-commits, 2022/09/20
- 05/214: gnu: liblantern: Do not hardcode Python version., guix-commits, 2022/09/20
- 13/214: gnu: r-htscluster: Update to 2.0.10., guix-commits, 2022/09/20
- 09/214: gnu: r-dt: Update to 0.25., guix-commits, 2022/09/20