varianza | R Documentation |
Esta funcion sirve para obtener la varianza de un vector.
varianza(x)
x |
A vector. |
The variance of a vector.
x <- 1:7
varianza(x)
var(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.