| varp | R Documentation |
Compute the variance of x.
varp(x)
x |
a numeric vector. |
Compute the variance of x using n (instead of n-1 as in var) in the denominator.
An object with the variance of x.
var
x<- rnorm(100)
varp(x)
var(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.