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
}
thuizhou/PSweight documentation built on April 2, 2024, 4:30 a.m.