R/elm-vcov.R

Defines functions vcov.elm

#' @export
#' @noRd
vcov.elm <- function(object, complete = TRUE, ...) {
  return(vcov.summary.elm(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.