View source: R/helpfunctions_formulas_general.R
| extract_grouping | R Documentation |
Extracts the grouping variables (i.e., variables after |) from a model
formula or a list of such formulas
extract_grouping(formula, warn = FALSE)
formula |
a |
warn |
does nothing |
a vector of character strings containing the unique grouping
variable names found in any of the input formulas, or NULL if
there is no grouping found
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.