Skip to content

actxps v1.6.0

Choose a tag to compare

@mattheaphy mattheaphy released this 04 Jan 18:33

actxps 1.6.0

  • New feature - control variables

    • exp_stats() has two new arguments: control_vars and control_distinct_max.
    • Control variables are used to estimate the impact of any grouping variables on observed experience after accounting for the impact of control variables. The idea here is that experience is first summarized across the control variables to derive a new expected values basis. This expected values basis is then used to calculate actual-to-expected ratios.
    • The control_distinct_max argument places an upper limit on the maximum number of unique values allowed in any control variable.
    • exp_shiny() now includes a control variable selection widget.
  • New feature - autotable() methods for termination and transaction studies now include a show_total argument that appends grand total rows.

  • Added the "cli" package to replace "rlang" for certain errors, warnings, and messages.

  • Various small typo fixes.