get_summary_statistics | R Documentation |
This function produces a table of summary statistics based on a formula and a dataframe.
get_summary_statistics(formula.list, data, labels = NULL)
formula.list |
A formula or list of formulas that indicate which variables are included in summary statistics. |
data |
Dataframe with variables to produce summary statistics from. |
labels |
An optional vector of labels: c("variable" = "label). |
A dataframe of summary statistics.
Other post analysis exploration:
get_variable_effects()
,
identify_examples()
get_summary_statistics(formula.list = ~ variable, data = df, labels = c("variable" = "label"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.