skewness {mltools} | R Documentation |
Calculates the skewness of each field in a data.table
skewness(dt)
dt |
A data.table |
Counts the frequency of each value in each column, then displays the results in descending order
library(data.table)
skewness(alien.train)