Skip to content

msSPChelpR 0.8.7

Choose a tag to compare

@marianschmidt marianschmidt released this 01 Jul 17:17

New Features

  • new function sir_ratio() and related sir_ratio_lci() and sir_ratio_uci() to calculate ratio of two SIRs/SMRs to get relative risk and confidence limits for this ratio.
  • tidytable variant of reshape_long function, i.e. reshape_long_tt() ⇒ the _tt variants usually have smaller memory use than tidyverse and data.table variants. Execution time is usually much faster than tidyverse and comparable to or a little slower than the data.table variant.
  • summarize_sir_results():
    • add ability to summarize by different site_var than the one used in sir_byfutime()

Bug fixes

  • summarize_sir_results():
    • PYARs are now correctly calculated when using summarize_site == TRUE. Previously the results incorrectly counted each site multiple times. (Closes #62)
  • pat_status():
    • update default values for dattype = "zfkd"

Internal

  • add R-CMD-Check to github actions