Skip to content

Releases: mayer79/confintr

CRAN release 1.0.2

04 Jun 18:37
1531ef8
Compare
Choose a tag to compare

Maintenance

  • Fix Latex problem in MacOS help files.
  • Slight corrections in the documentation.

CRAN release 1.0.1

12 May 07:01
b3500c8
Compare
Choose a tag to compare

Maintenance

  • Less redundancies in help files
  • Using Latex formulas in help files

CRAN release 1.0.0

15 Apr 20:44
7297a76
Compare
Choose a tag to compare

This is a large maintenance update, bumping the package to stable version 1.0.0.

User visible changes

  • Replaced the term "symmetric" by the better "equal-tailed". Similarly, we now output "unequal-tailed" instead of "asymmetric". By "equal-tailed", we mean that the upper and lower error probabilies agree, not that the interval is symmetric around the estimate. This has no impact on the resulting numbers, only on the text (if you ever used unequal-tailed intervals).

Maintenance

  • Reorganisation of code files
  • More compact help files
  • Greatly improved unit tests
  • Modern code formatting style
  • Using package::function() notation instead of importFrom package function
  • Introduction of Github actions
  • New Gitpage

CRAN release 0.2.0

29 Sep 15:33
7d32b60
Compare
Choose a tag to compare

confintr 0.2.0

Bug fix

Fixes a mistake in the calculation of studentized bootstrap CIs, impacting

  • ci_mean(),
  • ci_mean_diff(),
  • ci_var(),
  • ci_sd(), and
  • ci_proportion()

when used together with the options type = "bootstrap" and boot_type = "stud". The studentized bootstrap is the default boot_type for ci_mean() and ci_mean_diff().

The mistake happened in calculating the pivotal quantity, not in the statistic itself. Thus, the affected confidence intervals will usually only be slightly off.

Explanation

"confintr" uses the "boot" package as backend for calculating bootstrap confidence intervals. To calculate studentized confidence bootstrap intervals, boot() requires a function that provides two values: the statistic of interest and its variance. The "confintr" package passed the standard deviation instead of the variance.

CRAN release 0.1.2

29 Jan 07:08
bd7f980
Compare
Choose a tag to compare

Maintenance release only.

CRAN release 0.1.1

10 Apr 14:11
Compare
Choose a tag to compare
added text in readme