Learn R Programming

radiant.data (version 0.8.1)

varpop: 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

Run this code
# NOT RUN {
varpop(rnorm(100))

# }

Run the code above in your browser using DataLab