var_pop {SparkR}R Documentation

var_pop

Description

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

Usage

var_pop(x)

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

See Also

var, var_samp

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

Examples

## Not run: var_pop(df$c)

[Package SparkR version 2.0.0 Index]