expand_formula | R Documentation |
Expand a formula
expand_formula(f)
f |
a formula |
a formula after expansion, e.g. Y ~ A + B
becomes Y ~ A + B + A:B
expand_formula(Y ~ (A + B)^3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.