Nothing
print.summary.est.matched.pscore <- 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")
}
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.