R/vcov.R

Defines functions vcov.margins

#' @export
vcov.margins <- function(object, ...) {
    attr(object, "vcov")
}

Try the margins package in your browser

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

margins documentation built on June 22, 2024, 9:30 a.m.