R/coef.epmrob.R

Defines functions coef.epmrob

Documented in coef.epmrob

coef.epmrob <-
function(object, ...) {
  coeff <- list()
  coeff$R <- coef(object$stage1)
  coeff$O <- coef(object$stage2)
  class(coeff) <- c("coef.epmrob", class(coeff), class(coeff$S))
  return(coeff)
}

Try the epmrob package in your browser

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

epmrob documentation built on July 9, 2023, 6:19 p.m.