You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
format_ae_specific() now has new arguments filter_method and filter_criteria to control displayed rows in a table, sort_order and sort_column to sort an output table, and hide_soc_stats to control display of statistics for SOC rows (#191, #192, #203).
Add event counts to avg_count() and extend_ae_specific_events() (#194).
Add empty_table() to return an empty table object when data has no population (#200).
Bug fixes
Fix bug to correctly display the order of means of duration and means of event count in extend_ae_specific_events() and extend_ae_specific_duration()(#194, #199).
Fix bug to avoid an error when a treatment group has no observation to calculate event counts and duration in avg_event() and avg_duration() (#199).
Fix bug to avoid an error when there is no observation to summarize event counts and duration in avg_event(), avg_duration(), extend_ae_specific_events() and extend_ae_specific_duration() (#200).
Improvements
Update fmt_est() to change display of missing values from a character string of "NA" to a blank in an output table (#194).
Update extend_ae_specific_inference() to pass additional arguments to rate_compare_sum() (#197).