var_samp {SparkR}R Documentation

var_samp

Description

Aggregate function: returns the unbiased variance of the values in a group.

Usage

var_samp(x)

## S4 method for signature 'Column'
var_samp(x)

See Also

var_pop, var

Other agg_funcs: agg, approxCountDistinct, avg, countDistinct, first, kurtosis, last, max, mean, min, n, sd, skewness, stddev_pop, stddev_samp, sumDistinct, sum, var_pop, var

Examples

## Not run: var_samp(df$c)

[Package SparkR version 2.0.0 Index]