Constructor Function for analyze_vars()
and summarize_colvars()
Source: R/analyze_variables.R
create_afun_summary.Rd
Arguments
- .stats
(
character
)
statistics to select for the table.- .formats
(named
character
orlist
)
formats for the statistics. See Details inanalyze_vars
for more information on the"auto"
setting.- .labels
(named
character
)
labels for the statistics (without indent).- .indent_mods
(named
vector
ofinteger
)
indent modifiers for the labels. Each element of the vector should be a name-value pair with name corresponding to a statistic specified in.stats
and 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()
.