Changelog
Source:NEWS.md
presize 0.3.7
CRAN release: 2023-02-27
- BUG-FIX -
perc_meandiff
calculated the degree of freedom incorrectly for equal variance differences (see #106) - addition of Cronbach’s alpha to the shiny app
presize 0.3.5
- notes in helpfile for
prec_mean
andprec_meandiff
that the former is suitable for paired mean differences. Comparable changes in the shiny app.
presize 0.2.2
- bug fix in shiny app for sens and spec
- more examples, better described
- add extra input validation to all functions
presize 0.1.1
- first version for CRAN
- minor clarifications to options/descriptions
- minor changes to shiny app
presize 0.0.1.9007
- addition of wrappers for
prec_lr
(prec_pos_lr
,prec_neg_lr
) to simplify positive/negative LRs
presize 0.0.1.9005
addition of function for Cohen’s kappa
update shiny app to include kappa
POSSIBLE BREAKING CHANGE: arguments in
prec_rateratio
renamed from*_exp
and*_control
to*1
and*2
for consistency with other functions
presize 0.0.1.9003
prec_sens
andprec_spec
allow prev and conf.widthmultiple notes allowed in print method
add contributing guidelines
prec_sens_spec
removed. Confidence intervals and sample sizes are quite different to other methods. A two step approach usingprec_sens
andprec_spec
is instead recommended