Description Usage Arguments Details Value
View source: R/getCalculatedCovMatrix.R
This function returns the estimated covariance matrix on the covariance parameters from a glmssn
object. Importantly it can be set the return the estimated covariance matrix on its native scale, as opposed to the log scale. This is an extended version of getCalculatedSE
.
1 | getCalculatedCovMatrix(glmssn, log.scale = FALSE)
|
glmssn |
A fitted |
log.scale |
Whether the matrix should be on the log-scale. Defaults to |
The transformation of the covariance matrix to and from the log-scale is performed using the delta method.
A covariance matrix 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.