skewness {mltools}R Documentation

Skewness

Description

Calculates the skewness of each field in a data.table

Usage

skewness(dt)

Arguments

dt

A data.table

Details

Counts the frequency of each value in each column, then displays the results in descending order

Examples

library(data.table)
skewness(alien.train)

[Package mltools version 0.3.5 Index]