Release for R 4.4.0
Removes import of package ggplot2
Move some documentation to internal
Annual update
Remove unicode from plots
LazyData enabled
Misc minor updates
Replace all ggplot2::geom_vline with ggrepel::geom_label_repel
Minor improvements here and there.
Add new S3 objects ‘freqs’, ‘discreteDistBar’, ‘binom2pois’, ‘z_hypothesis’, ‘power_z’.
Add new S3 methods base::print, ggplot2::autolayer and ggplot2::autoplot for the new S3 objects.
Improvement: ?predictiveValue now takes vector
prevalence
and returns vector PVP
and
PVN
.
Add S3 method: ?autoplot.predictiveValue
Change function names: old names aggregate_z_test
,
aggregate_t_test
, prop_test_CLT
and
aggregate_var_test
become ?aggregate_z, ?aggregate_t,
?prop_CLT and ?aggregate_var.
Change behavior: calculate confidence interval only, if
null.value
is missing, in ?prop_CLT, ?aggregate_z,
?aggregate_t and ?aggregate_var
Rename parameter phat
of ?prop_test_CLT to
xbar
Add function ?print_freqs and ?print_OE
Remove package import.
First release.