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)

Arguments

x

Column to compute on.

Note

var_pop since 1.5.0

See Also

var, var_samp

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

Examples

## Not run: var_pop(df$c)

[Package SparkR version 2.2.1 Index]