next up previous contents home.gif
Next: How Do I Ensure Up: Frequently Asked Questions Previous: How Do I Create   Contents

How Can I See Outcomes of Matched Pairs?

To obtain outcomes of matched pairs, recall that the original dataset has unique row names corresponding to each of the observations. The row names of match.matrix correspond to the names of the treated, and each of the cells corresponds to a name of matched controls. So to obtain matched outcomes, you can use:

cbind(lalonde[row.names(foo$match.matrix),"re78"], lalonde[foo$match.matrix,"re78"])



RBuild autobuild user 2011-10-24