powered by
A function that calculates the variance-covariance matrix for the Monte Carlo maximum likelihood estimates returned from glmm.
glmm
# S3 method for glmm vcov(object,...)
The variance-covariance matrix for the parameter estimates
An object of class glmm usually created using glmm.
further arguments passed to or from other methods.
Christina Knudson
glmm for model fitting.
library(glmm) data(BoothHobert) set.seed(1234) mod <- glmm(y~0+x1, list(y~0+z1), varcomps.names=c("z1"), data=BoothHobert, family.glmm=bernoulli.glmm, m=100, doPQL=TRUE) vcov(mod)
Run the code above in your browser using DataLab