Description Usage Arguments Value
View source: R/getExpectedSE.R
This function returns the expected standard errors on the covariance parameters for a glmssn
object. This function is a more limited version of getExpectedCovMatrix
. The standard errors are the square roots of the diagonals of the expected information matrix.
1 | getExpectedSE(glmssn, log.scale = FALSE, ...)
|
glmssn |
A fitted |
log.scale |
Whether the standard errors should be given on the log scale. Defaults to FALSE. |
... |
Optional. Additional arguments to |
A vector of expected standard errors for the glmssn
object's covariance parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.