powered by
Aggregate function: returns the unbiased variance of the values in a group.
var_samp(x)# S4 method for Column var_samp(x)
# S4 method for Column var_samp(x)
Column to compute on.
var_pop, var
Other agg_funcs: agg, avg, countDistinct, count, first, kurtosis, last, max, mean, min, sd, skewness, stddev_pop, stddev_samp, sumDistinct, sum, var_pop, var
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) # }
Run the code above in your browser using DataLab