R/print.summary.relative.effect.R

Defines functions print.summary.relative.effect

Documented in print.summary.relative.effect

print.summary.relative.effect <- function(x,
                                          ...)
{
  cat("\n Outcome: ", x$resp, "\n")
  cat("\n Treatment: ", x$treat, "\n")
  cat("\n Covariates: ", x$sel, "\n")
  cat("\n Unadjusted treatment effect: ", x$unadj, "\n")
  cat("\n Results:\n")
  print(x$result)

}

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.