R/vcov_PSweight.R

Defines functions vcov.PSweight

Documented in vcov.PSweight

#' Variance of PSweight
#'
#' The \code{\link{vcov}} method for class "PSweight"
#'
#' @param object an object used to select a method.
#' @param ... further arguments passed to or from other methods.
#'
#' @return The output from \code{\link{vcov}}
#' @export
#'
#'
vcov.PSweight <- function(object, ...)
{
  mu_vcov <- object$covmu
  mu_vcov
}

Try the PSweight package in your browser

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

PSweight documentation built on May 29, 2024, 3:55 a.m.