Skip to content

metalite.ae 0.1.3

Latest
Compare
Choose a tag to compare
@fukuhiro2023 fukuhiro2023 released this 18 Oct 00:09
0b3a461

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 data/metalite_ae_adesxum.rda (#189).
  • 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).