View source: R/manual_stratify.R
check_inputs_manual_stratify | R Documentation |
Not meant to be called externally. Checks validity of formula, types of all inputs to manual stratify, and warns if covariates are continuous.
check_inputs_manual_stratify(data, strata_formula, force)
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) |
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.