powered by
Calculates the average model standard error and the Monte Carlo standard error of this estimate.
modSE(se, get = c("modSE", "modSE_mcse"), na.rm = FALSE, ...)
A named vector containing the estimate and the Monte Carlo standard error for the average model standard error.
A numeric vector containing the standard errors from the model(s).
A character vector containing the values returned by the function.
A logical value indicating whether NA values for se should be removed before modSE calculation.
se
Additional arguments to be ignored.
modSE(se=runif(n=20, min=1, max=1.5))
Run the code above in your browser using DataLab