modSE | R Documentation |
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, ...)
se |
A numeric vector containing the standard errors 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 average model standard error.
modSE(se=runif(n=20, min=1, max=1.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.