- Adapted unit tests to new version of
boot
- Reached 100% test coverage (#52)
- Removed unused code
- Improved handling of edge cases
- Restricted
Cumulative_models_for_rxc()
andCumulative_models_for_2xc()
to 2 columns - Added
plot()
method forExact_unconditional_test_2x2()
andMcNemar_exact_unconditional_test_paired_2x2()
(#53) - Standardized names of objects in the output (#35)
- Improved internals: refactoring (#41), increased test coverage (#52)
- Fixed upper CI limit on
stratified_2x2_tables()
(thanks to Zhen Wang)
- Added argument to control
num_pi_values
inMcNemar_exact_unconditional_test_paired_2x2()
andthe_paired_2x2_table_tests()
(#50) - Improved validation of the
direction
argument (#45) - Optimized
Exact_cond_midP_unspecific_ordering_rx2()
(#44) - Optimized internal functions affecting several external functions (#49)
- Removed duplicated code
- Fixed bug on
Fisher_midP_test_2x2()
(#51)
- Minor styling fixes to code (#48)
- Fixed package documentation
- Improved error handling (#46)
- Optimized
Exact_multinomial_test_1xc()
andMidP_multinomial_test_1xc()
(#13) - Optimized
Exact_cond_midP_linear_rank_tests_2xc()
(#39) - Added default value to
a
as scores for rows (outcomes) (#33) - Fixed
Exact_cond_midP_tests_rxc()
andFisherFreemanHalton_asymptotic_test_rxc()
for margins with larger (171+) observations (credit to @bjbiggerstaff)
- Created objects for all common example inputs (#25)
- Added validation to all exported function arguments (#14)
- Refactored code (#27)
- Fixed examples
- Unwrapped several examples from
\dontrun{}
(#28) - Improved output of all functions (#31)
- Fixed bug on
BaptistaPike_midP_CI_2x2()
(issue #37)
- Fixed bug on
Chacko_test_1xc()
(issue #36)
- Fixed bug on
Pearson_chi_squared_test_CC_2x2()
(see issue #34 for details) - Refactoring (see issues #26 and #30 for details)
- Fixes bug on
the_2x2_table_CIs_ratio()
(see commit 9d3212f for details) - Improvements to Github documentation and CI workflow
- Added a
NEWS.md
file to track changes to the package. - Fixes bug (see issue #32)
- Initial CRAN release.