View source: R/customize_summary.R
customize_summary | R Documentation |
Adds standard deviations and removes quantiles from a summary()
output
customize_summary(df_summary, df, numeric_cols, factor_cols, digits = 3)
df_summary |
dataframe containing summary statistics |
df |
original data frame |
numeric_cols |
indices of the numeric columns |
factor_cols |
indices of the factor columns |
digits |
controls the number of digits in the output |
summary()
summary.lsasimcluster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.