Learn R Programming

mltools (version 0.2.0)

skewness: 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

Run this code
library(data.table)
skewness(alien.train)

Run the code above in your browser using DataLab