SparkR (version 2.1.2)

skewness: skewness

Description

Aggregate function: returns the skewness of the values in a group.

Usage

skewness(x)

# S4 method for Column skewness(x)

Arguments

x

Column to compute on.

See Also

Other agg_funcs: agg, avg, countDistinct, count, first, kurtosis, last, max, mean, min, sd, stddev_pop, stddev_samp, sumDistinct, sum, var_pop, var_samp, var

Examples

Run this code
# NOT RUN {
skewness(df$c)
# }

Run the code above in your browser using DataLab