summary.CMatch | R Documentation |
Summary method for MatchW
and MatchPW
## S3 method for class 'CMatch'
summary(object, ..., full = FALSE, digits = 5)
object |
An object of class " |
... |
Other options for the generic summary function. |
full |
A flag for whether the unadjusted estimates and naive standard errors should also be summarized. |
digits |
The number of significant digits that should be displayed. |
If Group
contains only one value the output is the same of the summary method of package Matching
. Otherwise the output shows also the distribution of treated, control and possibly drop units, by group.
A list giving a summary of the output from a "CMatch
" object. The list includes the size of the original and the matched dataset, the number of treated and control observations in each group and the estimate (if Y
is not NULL
).
Naive standard errors are not available when there is more than one group so the full
parameter is ineffective in that case.
Massimo Cannas <massimo.cannas@unica.it>
Sekhon, Jasjeet S. 2011. Multivariate and Propensity Score Matching Software with Automated Balance Optimization. Journal of Statistical Software 42(7): 1-52. http://www.jstatsoft.org/v42/i07/
Arpino, B., and Cannas, M. (2016) Propensity score matching with clustered data. An application to the estimation of the impact of caesarean section on the Apgar score. Statistics in Medicine, 35: 2074–2091. doi: 10.1002/sim.6880.
See also CMatch
, CMatchBalance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.