Package: confintr Title: Confidence Intervals Version: 1.0.3 Authors@R: person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")) Description: Calculates classic and/or bootstrap confidence intervals for many parameters such as the population mean, variance, interquartile range (IQR), median absolute deviation (MAD), skewness, kurtosis, Cramer's V, odds ratio, R-squared, quantiles (incl. 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 'boot'. Both one- and two-sided intervals are supported. License: GPL (>= 2) Depends: R (>= 3.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: boot, stats Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://github.com/mayer79/confintr BugReports: https://github.com/mayer79/confintr/issues Repository: https://mayer79.r-universe.dev Date/Publication: 2025-04-06 09:26:27 UTC RemoteUrl: https://github.com/mayer79/confintr RemoteRef: HEAD RemoteSha: c40611f66e75d2b35a5be5eb821af83b8d509a78 NeedsCompilation: no Packaged: 2026-07-04 05:32:49 UTC; root Author: Michael Mayer [aut, cre] Maintainer: Michael Mayer