Description Usage Arguments Value Warning Examples
This function returns summary statistics (mean, median, minimum, maximum, standard deviation, counts, and missing values) for continuous variables found in a datamfrae
1 | summarise_df(df, vars = names(df))
|
df |
a |
vars |
is a |
Returns a data frame
where each row is a column from the original
data frame and each column is a summary statistic.
If columns with non-continuous values (numeric or integer) exist in df
, an error
is thrown and returns potential columns that you will have to remove
for the function to work.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.