build_formulas | R Documentation |
Build formula strings for passing to lm and glm type calls.
build_formulas(resp, prmt, const, depends)
resp |
Name of response variable |
prmt |
Character vector with terms to permute |
const |
Character vector with terms to always include |
depends |
Tibble describing dependent terms (i.e. Year2 depends on Year being in the model) |
Character vector of formulas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.