R/print.logitor.R

Defines functions print.logitor

Documented in print.logitor

print.logitor <-
function(x, ...){
  cat("Call:\n")
  print(x$call)
  cat("\nOdds Ratio:\n")
  printCoefmat(x$oddsratio,P.values=T,has.Pvalue=T)
}

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.