citHeader("To cite MatchIt in publications use:")

citEntry(entry = "Article",
  title        = "{MatchIt}: Nonparametric Preprocessing for Parametric Causal Inference",
  author       = personList(as.person("Daniel E. Ho"),
                   as.person("Kosuke Imai"),
                   as.person("Gary King"),
                   as.person("Elizabeth A. Stuart")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "42",
  number       = "8",
  pages        = "1--28",
  url          = "http://www.jstatsoft.org/v42/i08/",

  textVersion  =
  paste("Daniel E. Ho, Kosuke Imai, Gary King, Elizabeth A. Stuart (2011).",
        "MatchIt: Nonparametric Preprocessing for Parametric Causal Inference.",
        "Journal of Statistical Software, Vol. 42, No. 8, pp. 1-28.",
        "URL http://www.jstatsoft.org/v42/i08/")
)

