varpop {radiant.data}R Documentation

Variance for the population

Description

Variance for the population

Usage

varpop(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Variance for the population

Examples

varpop(rnorm(100))


[Package radiant.data version 1.6.6 Index]