Package: confintr
Title: Confidence Intervals
Version: 1.0.0
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
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
NeedsCompilation: no
Packaged: 2023-04-15 20:03:35 UTC; Michael
Author: Michael Mayer [aut, cre]
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-15 20:30:02 UTC
Built: R 4.1.2; ; 2023-04-16 10:26:00 UTC; unix
