Variable Label Support
NEW FEATURES
-
The "varLabels" option for the print.TableOne method was added.
When TRUE, instead of printing the variable names, their
corresponding variable labels are used. Variable labels must be
stored in the data frame to be used via labelled::var_label
function. This option is also available in ExtractSmd function. -
The "dropEqual" option for the print methods was implemented. If
TRUE, the level description for two-level variables such as " = 1"
and " = TRUE" are not shown. This can obscure what level is being
shown depending on the variable naming scheme, thus, should only
be used after the initial results were checked for correctness.
BUG FIXES
- Handling of lme4 models was improved in ShowRegTable.