Learn R Programming

mltools (version 0.3.5)

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
# NOT RUN {
library(data.table)
skewness(alien.train)
# }

Run the code above in your browser using DataLab