sample_var {sdamr}R Documentation

Compute the sample variance

Description

Compute the sample variance

Usage

sample_var(x, na.rm = FALSE)

Arguments

x

Numeric vector

na.rm

(logical) Should missing values be removed?

Examples

data(anchoring)
sample_var(anchoring$everest_feet)

[Package sdamr version 0.0.0.9005 Index]