empSE: 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, ...)Value
A named vector containing the estimate and the Monte Carlo standard error for the empirical standard error.
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 estimates should be removed before empSE calculation.
- ...
Additional arguments to be ignored.