sum_col | R Documentation |
Summarize a data frame with concise and useful summary statistics
sum_col(df, outlier_method = "z", thres = 3, view = TRUE, ...)
df |
a data frame |
outlier_method |
"z" (Normal) or "mad" (Nonparametric) for how to categorize outliers |
thres |
a number to suggest number of standard deviations to use for categorize outliers |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.