Description Usage Arguments Examples
Compute the sample variance
1 | sample_var(x, na.rm = FALSE)
|
x |
Numeric vector |
na.rm |
(logical) Should missing values be removed? |
1 2 | data(anchoring)
sample_var(anchoring$everest_feet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.