empSE | R Documentation |
Calculates the empirical standard error of the model estimates and its Monte Carlo standard error.
empSE(estimates, get = c("empSE", "empSE_mcse"), na.rm = FALSE, ...)
estimates |
A numeric vector containing the estimates from the model(s). |
get |
A character vector containing the values returned by the function. |
na.rm |
A logical value indicating whether NA values for |
... |
Additional arguments to be ignored. |
A named vector containing the estimate and the Monte Carlo standard error for the empirical standard error.
empSE(estimates=rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.