R/residuals.heckit5rob.R

Defines functions residuals.heckit5rob

Documented in residuals.heckit5rob

residuals.heckit5rob <-
function(object, ...)
{
  res <- list()
  res$regime1 <- resid(object$stage21)
  res$regime2 <- resid(object$stage22)
  return(res)
}

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.