Description Usage Arguments Value
View source: R/extractExpectedFisherInformation.R
This function takes a glmssn
object and returns the expected Fisher information matrix on its covariance parameters.
1 2 | extractExpectedFisherInformation(glmssn,
covparms = glmssn$estimates$theta, diff = 1e-08)
|
glmssn |
An object of class |
covparms |
A vector of covariance parameter values. These are extracted from the glmssn object by default. |
diff |
The step size used for finite differencing. |
The expected Fisher information matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.