R/eglm-vcov.R

Defines functions vcov.eglm

#' @export
#' @noRd
vcov.eglm <- function(object, complete = TRUE, ...) {
  return(vcov.summary.eglm(summary(object, ...), complete = complete))
}

Try the eflm package in your browser

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

eflm documentation built on June 1, 2021, 1:06 a.m.