var_pop {SparkR} | R Documentation |
Aggregate function: returns the population variance of the values in a group.
var_pop(x) ## S4 method for signature 'Column' var_pop(x)
x |
Column to compute on. |
var_pop since 1.5.0
Other agg_funcs: agg
, avg
,
countDistinct
, count
,
first
, kurtosis
,
last
, max
,
mean
, min
, sd
,
skewness
, stddev_pop
,
stddev_samp
, sumDistinct
,
sum
, var_samp
,
var
## Not run: var_pop(df$c)