check_base_inputs_auto_stratify {stratamatch} | R Documentation |
Check inputs from auto_stratify
Description
Not meant to be called externally. Throws errors if basic auto_stratify inputs are incorrect.
Usage
check_base_inputs_auto_stratify(data, treat, outcome)
Arguments
data |
|
treat |
string giving the name of column designating treatment assignment |
outcome |
string giving the name of column with outcome information. Required if prognostic_scores is specified. Otherwise it will be inferred from prog_formula |
Value
nothing; produces errors and warnings if anything is wrong
[Package stratamatch version 0.1.9 Index]