powered by
Calculates the skewness of each field in a data.table
skewness(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)
Run the code above in your browser using DataLab