R/vcov.BTglmmPQL.R

#' @export
vcov.BTglmmPQL <- function (object, ...)
{
    so <- summary(object, corr = FALSE, ...)
    so$dispersion * so$cov.unscaled
}

Try the BradleyTerry2 package in your browser

Any scripts or data that you put into this service are public.

BradleyTerry2 documentation built on May 2, 2019, 5:16 p.m.