View source: R/variance_functions.R
| SE | R Documentation | 
SE is a function that allows the calculation of the
standard error for a vector of numbers.
SE(x)
| x | numeric vector. | 
Standard error estimate for x.
Other Error Estimates: 
CV(),
RSE()
# Examples set.seed(1234) SE(rnorm(100)) # Observed Data (Red Porgy data set) data(RedPorgy) SE(x = RedPorgy$R1.Age)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.