vcov.jglmm | R Documentation |
Extract the variance-covariance matrix of the main parameters from a 'jglmm' object.
## S3 method for class 'jglmm' vcov(object, ...)
object |
An object of class 'jglmm', as returned by 'jglmm()'. |
... |
Optional additional arguments, currently none are used. |
A matrix of the estimated covariances between the parameter estimates in the linear or non-linear predictor of the model.
## Not run: jglmm_setup() lm1 <- jglmm(Reaction ~ Days + (Days | Subject), lme4::sleepstudy) vcov(lm1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.