R/coef_PSweight.R

Defines functions coef.PSweight

Documented in coef.PSweight

#' Point estimates of PSweight
#'
#' The \code{\link{coef}} method for class "PSweight"
#'
#' @param object an object for which the extraction of model coefficients is meaningful.
#' @param ... other arguments.
#'
#' @return The output from \code{\link{coef}}
#' @export
#'
#'
coef.PSweight <- function(object, ...)
{
  mu_coef <- object$muhat
  mu_coef
}

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.