R/print.summary.matched.pscore.R

Defines functions print.summary.matched.pscore

Documented in print.summary.matched.pscore

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)

}

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.