Description Usage Arguments Value
View source: R/stack_summary_stats.R
Compute summary statistics and stack in an output data frame, with a "summary stat" label variable.
1 2 3 4 5 6 7 | stack_summary_stats(
df,
varnames_group,
varnames_summarize = "all",
funs_summary,
filename_operator
)
|
df |
A data frame. |
varnames_group |
A character vector of by-groups. |
varnames_summarize |
A character vector of numeric variables to be summarized. |
funs_summary |
List of numeric-geared functions, named. |
filename_operator |
A complete file path for 'train' reference. |
Data frame of summary statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.