| st_err | R Documentation | 
st_err function calculates the standard error of a variable,
taking into account NA values, either to keep or remove them
depending on the user input to the na_rm argument.Calculate the standard error
The st_err function calculates the standard error of a variable,
taking into account NA values, either to keep or remove them
depending on the user input to the na_rm argument.
st_err(x, na_rm = FALSE)
| x | A numeric vector for which the standard error will be calculated from. | 
| na_rm | If NA values are not an issue, then FALSE, otherwise, TRUE. | 
x <- rnorm(10, 5, 0.25) st_err(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.