Changelog
Source:NEWS.md
rbmiUtils (development version)
New Features
- Added
create_impid()to convert a list of imputed datasets into a stacked data.frame with IMPID column. - Added
combine_results()to combine tidy results from multiple analyses. - Added
format_results()for publication-ready formatting of results. - Added
extract_trt_effects()andextract_lsm()convenience functions to filter tidy results. - Added
print()andsummary()S3 methods for analysis objects.
Improvements
- Enhanced input validation in
analyse_mi_data()with clearer error messages. - Enhanced input validation in
prepare_data_ice()to check vars fields. - Added cross-references between related functions in documentation.
- Expanded test coverage for core functions (
analyse_mi_data(),tidy_pool_obj(),gcomp_responder_multi()). - Added integration tests for complete analysis workflows.
Previous Changes
- Added
reduce_imputed_data()andexpand_imputed_data()for efficient storage of imputed datasets when using many imputations. - Added
validate_data()for pre-flight validation beforerbmi::draws(). - Added
prepare_data_ice()to builddata_icefrom flagged ICE columns. - Added
summarise_missingness()to tabulate missing data patterns. - Added formatting utilities for publication-ready output:
-
format_pvalue()for p-value formatting with configurable thresholds -
format_estimate()for estimate with confidence interval formatting -
format_results_table()to add formatted columns to tidy results
-
rbmiUtils 0.1.7
- Moved
tidyrfrom Suggests to Imports (used intidy_pool_obj()). - Added examples to
gcomp_responder()documentation. - Standardized examples to use native pipe operator
|>.