Skip to content

Bias-corrected confidence intervals

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 15 Jul 16:59
5b57562
  • get_confidence_interval() can now produce bias-corrected confidence intervals
    by setting type = "bias-corrected". Thanks to @davidbaniadam for the
    initial implementation (#237, #318)!
  • get_confidence_interval() now uses column names ('lower_ci' and 'upper_ci')
    in output that are consistent with other infer functionality (#317).
  • Fix CRAN check failures related to long double errors.