R/print.summary.est.matched.data.frame.R

Defines functions print.summary.est.matched.data.frame

Documented in print.summary.est.matched.data.frame

print.summary.est.matched.data.frame <- function(x,
                                                 ...)
{
  cat("\n         Summary for effect estimation \n\n")
  cat("\n Treatment/exposure:", x$treat)
  cat("\n Outcome:", x$outcome)
  cat("\n Effect measure:", x$meas, "\n")

  cat("\n Effect estimates:\n\n")
  print(x$eff.tab)
  cat("\n\n")
  
}

Try the nonrandom package in your browser

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

nonrandom documentation built on May 29, 2017, 11:41 p.m.