#' @export
vcov.BTglmmPQL <- function (object, ...)
{
so <- summary(object, corr = FALSE, ...)
so$dispersion * so$cov.unscaled
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.