empSE {simMetric} | R Documentation |
Calculate the empirical standard error
Description
Calculates the empirical standard error of the model estimates and its Monte Carlo standard error.
Usage
empSE(estimates, get = c("empSE", "empSE_mcse"), na.rm = FALSE, ...)
Arguments
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. |
Value
A named vector containing the estimate and the Monte Carlo standard error for the empirical standard error.
Examples
empSE(estimates=rnorm(100))
[Package simMetric version 0.1.1 Index]