View source: R/exploratory_data_analysis.R
profiling_num | R Documentation |
Get a metric table with many indicators for all numerical variables, automatically skipping the non-numerical variables. Current metrics are: mean, std_dev: standard deviation, all the p_XX: percentile at XX number, skewness, kurtosis, iqr: inter quartile range, variation_coef: the ratio of sd/mean, range_98 is the limit for which the 98
profiling_num(data)
data |
data frame |
metrics table
profiling_num(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.