profiling_num {funModeling} | R Documentation |
Profiling numerical data
Description
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
Usage
profiling_num(data)
Arguments
data |
data frame |
Value
metrics table
Examples
profiling_num(mtcars)
[Package funModeling version 1.9.5 Index]