Description Usage Arguments Value Examples
Provides statistical summary of the numeric variables for a dataframe, such as the mean, median, maximum and minimum for the numeric variables.
1 | describe_num_var(dataframe, num_vars)
|
dataframe |
tbl. The dataframe to be inspected. |
num_vars |
vector of character strings of the names of the numeric variables the user want to explore. |
list. A list containing a dataframe with a statistical summary and a ggplot object with histograms of numeric variables faceted by each variable.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.