powered by
This function returns the population variance of a given vector.
var0(x)
a numeric vector.
the population variance of a given vector
# NOT RUN { (x <- rnorm(5)) # var0() is deprecated. Use U_var() # var0(x) # }
Run the code above in your browser using DataLab