check_inputs_manual_stratify {stratamatch} | R Documentation |
Check inputs to manual_stratify
Description
Not meant to be called externally. Checks validity of formula, types of all inputs to manual stratify, and warns if covariates are continuous.
Usage
check_inputs_manual_stratify(data, strata_formula, force)
Arguments
data |
data.frame with observations as rows, features as columns |
strata_formula |
the formula to be used for stratification. (e.g. |
force |
a boolean. If true, run even if a variable appears continuous. (default = FALSE) |
Value
nothing; produces errors and warnings if anything is wrong
[Package stratamatch version 0.1.9 Index]