skewness {SparkR} | R Documentation |
Aggregate function: returns the skewness of the values in a group.
skewness(x) ## S4 method for signature 'Column' skewness(x)
x |
Column to compute on. |
skewness since 1.6.0
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
## Not run: skewness(df$c)