Describe each numerical feature. Mean, stddev, median, skewness (symmetry), kurtosis (flatness), pass normality?

describeNumericalColumns(input.data, column.names.to.use, file.name = NULL)

Arguments

input.data

A dataframe.

column.names.to.use

Vector of strings of column names. Function will only describe these specified columns (features).

file.name

Name of the text file or absolute path of the file to write the output to. If the input is NULL, then no file is generated.

Value

A dataframe where the rows are the descriptions and columns are the features. Additionally, a text file will be created which also captured the function output.

See also