Learn R Programming

funModeling (version 1.9.5)

profiling_num: 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)

Value

metrics table

Arguments

data

data frame

Examples

Run this code
profiling_num(mtcars)

Run the code above in your browser using DataLab