Learn R Programming

radiant.data (version 0.6.0)

varp_rm: Variance for the population na.rm = TRUE

Description

Variance for the population na.rm = TRUE

Usage

varp_rm(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
varp_rm(rnorm(100))

Run the code above in your browser using DataLab