skewness {SparkR}R Documentation

skewness

Description

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

Usage

skewness(x)

## S4 method for signature 'Column'
skewness(x)

See Also

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

Examples

## Not run: skewness(df$c)

[Package SparkR version 2.0.0 Index]