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.
make_issue_table(a_set, treat)
Arguments
a_set: data.frame with observations as rows, features as columns. This should be the analysis set from the recently stratified data.
treat: string name of treatment column
Returns
Returns a 3 by [number of strata] dataframe with Treat, Control, Total, Control Proportion, and Potential Issues