View source: R/auto_stratify.R
check_base_inputs_auto_stratify | R Documentation |
Not meant to be called externally. Throws errors if basic auto_stratify inputs are incorrect.
check_base_inputs_auto_stratify(data, treat, outcome)
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 |
nothing; produces errors and warnings if anything is wrong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.