Description Usage Arguments Value
View source: R/match_estimate.R
Computes a simple mean difference in an outcome vector between treatment and control in a paired match. Computes the average difference between the treated units and the control units for a match, given as a match list.
1 | match_estimate(match_list, y_vector, treat_vec = NULL)
|
match_list |
Typical |
y_vector |
The outcome vector. |
treat_vec |
Default NULL, provide if you want it checked. |
Returns a single number, the mean difference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.