se | R Documentation |
Estimate the stadard error of a numeric or integer vector or colums in a matrix.
se(x)
x |
A numeric or integer vector or matrix. |
retur satandar error values based on th formula se = sqrt(var(x)/length(x)).
Guevara, R., roger.guevara@inecol.mx
Rohlf, F. (1981). Biometry the principles and practice of statistics in biological research. Zar, J. H. (1999). Biostatistical analysis. Pearson Education India.
set.seed(42)
data <- matrix(round(rnorm(6, 10, 3),2), 2, 3)
colnames(data)<- LETTERS[1:3]
se <- se(data)
se
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.