Description Usage Arguments Value Author(s)
Generate a table displaying univariate statistics for all the variables included in x which are numeric.
1 2 3 4 5 | univariate(
x,
include = c("Variable", "Missing", "Count", "Min", "Median", "Mean", "Max", "Range",
"St.Dev", "Skew", "Kurt")
)
|
x |
Tibble or dataframe. Table with only numeric variables. |
include |
Character vector. Names of the statistics to report: "Count", "Min", "Median", "Mean", "Max", "Range", "St.Dev","Skew" and "Kurt". |
Dataframe. Table of univariate statistics.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.