Nothing
print.summary.matched.pscore <- function(x,
...){
cat("\n Matched by: ", x$match.var, "\n")
cat("\n Matching parameter:\n")
print(x$parameter)
cat("\n Matching information:\n")
print(x$info)
cat("\n Matching data:\n")
print(x$number)
}
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.