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)
Other agg_funcs: agg
,
approxCountDistinct
, avg
,
countDistinct
, first
,
kurtosis
, last
,
max
, mean
, min
,
n
, sd
,
skewness
, stddev_pop
,
stddev_samp
, sumDistinct
,
sum
, var_samp
,
var
## Not run: var_pop(df$c)