make_issue_table function

Make Issue Table

Make Issue Table

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

  • Maintainer: Rachael C. Aikens
  • License: GPL-3
  • Last published: 2022-03-31