R/utils.R

Defines functions vcov.data.frame

#' @export
vcov.data.frame <- function(object, ...) {
  attr(object, "var")
}
mrc-ide/hhsurveydata documentation built on March 31, 2022, 1:05 p.m.