1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
citHeader("To cite 'Matching' in publications use:")
bibentry(
entry = "Article",
title = "Multivariate and Propensity Score Matching Software with Automated Balance Optimization: The {Matching} Package for {R}",
author = c(as.person("Jasjeet S. Sekhon")),
journal = "Journal of Statistical Software",
year = "2011",
volume = "42",
number = "7",
pages = "1--52",
doi = "10.18637/jss.v042.i07",
textVersion =
paste("Jasjeet S. Sekhon (2011).",
"Multivariate and Propensity Score Matching Software with Automated Balance Optimization: The Matching Package for R.",
"Journal of Statistical Software, 42(7), 1-52.",
"<doi:10.18637/jss.v042.i07>"),
bibtype = "Article"
)
bibentry(header="To refer to the theory on which this package is based:",
entry="Article",
title = "Genetic Matching for Estimating Causal Effects: A General Multivariate Matching Method for Achieving Balance in Observational Studies",
author = c(as.person("Alexis Diamond"),as.person("Jasjeet S. Sekhon")),
journal = "Review of Economics and Statistics",
volume = "95",
number = "3",
pages = "932--945",
year = "2013",
url = "https://www.jsekhon.com",
textVersion =
paste("Alexis Diamond and Jasjeet S. Sekhon",
"Genetic Matching for Estimating Causal Effects: A General Multivariate Matching Method for Achieving Balance in Observational Studies.",
"Review of Economics and Statistics. 95 (3): 932--945. 2013."),
bibtype = "Article"
)
bibentry(header="Further developing the theory and practice:",
entry="Article",
title = "A Matching Method For Improving Covariate Balance in Cost-Effectiveness Analyses",
author = c(as.person("Jasjeet Singh Sekhon"),as.person("Richard D. Grieve")),
journal = "Health Economics",
volume = "21",
number = "6",
pages= "695--714",
year = "2012",
textVersion =
paste("Jasjeet Singh Sekhon and Richard D. Grieve (2012).",
"A Matching Method For Improving Covariate Balance in Cost-Effectiveness Analyses.",
"Health Economics, 21(6), 695-714."
),
bibtype = "Article"
)
citFooter("BibTeX entries for LaTeX users: use\n", sQuote('toBibtex(citation("Matching"))'))
|