Learn R Programming

radiant.data (version 0.8.1)

var_rm: Variance with na.rm = TRUE

Description

Variance with na.rm = TRUE

Usage

var_rm(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Variance

Examples

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

# }

Run the code above in your browser using DataLab