R/print.heckitrob.R

Defines functions print.heckitrob

Documented in print.heckitrob

print.heckitrob <-
function(x, digits = 4, ...)
{
  cat("Call: \n")
  print(x$call)
  cat(" \n")
  cat("Coefficients (selection equation): \n")
  print(x$stage1$coeff, digits = 4)
  cat("Coefficients (outcome equation): \n")
  print(x$stage2$coeff, digits = 4)
}

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.