R/coef.heckitrob.R

Defines functions coef.heckitrob

Documented in coef.heckitrob

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

Try the ssmrob package in your browser

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

ssmrob documentation built on Aug. 20, 2021, 5:08 p.m.