actxps v1.6.0
actxps 1.6.0
-
New feature - control variables
exp_stats()has two new arguments:control_varsandcontrol_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_maxargument 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 ashow_totalargument that appends grand total rows. -
Added the "cli" package to replace "rlang" for certain errors, warnings, and messages.
-
Various small typo fixes.