summ_matches | R Documentation |
Computes absolute standardized differences for both
continuous and binary variables. Called by opt_nearfar
to
summarize results of near-far match.
summ_matches(dta, iv, covs, match)
dta |
The name of the data frame on which matching was performed |
iv |
The name of the instrumental variable, e.g., iv="QOB" |
covs |
A vector of the names of the covariates to make “near”, e.g., covs=c("age", "sex", "race") |
match |
A two-column matrix of row indices of paired matches |
A table of mean variable values for both the “encouraged” and “discouraged” groups across all variables plus absolute standardized differences for each variable
Joseph Rigdon jrigdon@wakehealth.edu
opt_nearfar
k2 = matches(dta=mtcars, covs=c("cyl", "disp"), sinks=0.2, iv="carb",
cutpoint=2, imp.var=c("cyl"), tol.var=0.03)
summ_matches(dta=mtcars, iv="carb", covs=c("cyl", "disp"), match=k2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.