customize_summary {lsasim} | R Documentation |
Customize Summary
Description
Adds standard deviations and removes quantiles from a 'summary()' output
Usage
customize_summary(df_summary, df, numeric_cols, factor_cols, digits = 3)
Arguments
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 |
See Also
summary ?lsasim:::summary.lsasimcluster
[Package lsasim version 2.1.5 Index]