R/coef.heckit5rob.R

Defines functions coef.heckit5rob

Documented in coef.heckit5rob

coef.heckit5rob <-
function(object, ...)
{
  coeff <- list()
  coeff$S <- coef(object$stage1)
  coeff$O1 <- coef(object$stage21)
  coeff$O2 <- coef(object$stage22)
  class(coeff) <- c("coef.heckit5rob", 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.