make_issue_table {stratamatch} | R Documentation |
Make Issue Table
Description
Not meant to be called externally. Produce table of the number of treated and control individuals in each stratum. Also checks for potential problems with treat/control ratio or stratum size which might result in slow or poor quality matching.
Usage
make_issue_table(a_set, treat)
Arguments
a_set |
|
treat |
string name of treatment column |
Value
Returns a 3 by [number of strata] dataframe with Treat, Control, Total, Control Proportion, and Potential Issues
[Package stratamatch version 0.1.9 Index]