skewnessR 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)