R/print.probitmfx.R

Defines functions print.probitmfx

Documented in print.probitmfx

print.probitmfx <-
function(x, ...){
  cat("Call:\n")
  print(x$call)
  cat("\nMarginal Effects:\n")
  printCoefmat(x$mfxest,P.values=T,has.Pvalue=T)
  if(length(x$dcvar)!=0){
    cat("\ndF/dx is for discrete change for the following variables:\n\n")
    print(x$dcvar)
  }
}

Try the mfx package in your browser

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

mfx documentation built on May 2, 2019, 12:46 p.m.