Nothing
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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.