Constructor Function for analyze_vars() and summarize_colvars()
Source: R/analyze_variables.R
create_afun_summary.RdArguments
- .stats
(
character)
statistics to select for the table.- .formats
(named
characterorlist)
formats for the statistics. See Details inanalyze_varsfor more information on the"auto"setting.- .labels
(named
character)
labels for the statistics (without indent).- .indent_mods
(named
vectorofinteger)
indent modifiers for the labels. Each element of the vector should be a name-value pair with name corresponding to a statistic specified in.statsand value the indentation for that statistic's row label.
Value
Combined formatted analysis function for use in analyze_vars().
Note
This function has been deprecated in favor of direct implementation of a_summary().