get_issues {stratamatch} | R Documentation |
Get Issues
Description
Helper for make_issue_table to return issues string. Given a row which summarizes the Treat, Control, Total, and Control_Proportion of a stratum, return a string of potential issues with the stratum.
Usage
get_issues(row)
Arguments
row |
a row of the data.frame produced in make_issue_table |
Value
Returns a string of potential issues
[Package stratamatch version 0.1.9 Index]