powered by
Calculates the relative (%) error in model standard error and the (approximate) Monte Carlo standard error of this estimate.
relativeErrorModSE( se, estimates, get = c("relativeErrorModSE", "relativeErrorModSE_mcse"), na.rm = FALSE, ... )
A named vector containing the estimate and the Monte Carlo standard error for the relative (%) error in model standard error.
A numeric vector containing the standard errors from the model(s).
A numeric vector containing the estimates from the model(s).
A character vector containing the values returned by the function.
A logical value indicating whether NA values for se and estimates should be removed before modSE and empSE calculation.
se
estimates
Additional arguments to be ignored.
relativeErrorModSE(se=rnorm(n=1000, mean=10, sd=0.5), estimates=rnorm(n=1000))
Run the code above in your browser using DataLab