Type: Package
Package: confintr
Title: Confidence Intervals
Version: 0.1.2
Date: 2022-01-28
Authors@R: 
    person(given = "Michael",
           family = "Mayer",
           role = c("aut", "cre"),
           email = "mayermichael79@gmail.com")
Maintainer: Michael Mayer <mayermichael79@gmail.com>
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.1.1
URL: https://github.com/mayer79/confintr
BugReports: https://github.com/mayer79/confintr/issues
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports: boot, stats
NeedsCompilation: no
Packaged: 2022-01-28 19:47:25 UTC; Michael
Author: Michael Mayer [aut, cre]
Repository: CRAN
Date/Publication: 2022-01-28 20:00:02 UTC
Built: R 4.0.5; ; 2022-01-29 11:23:30 UTC; unix
