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