split_interactions | R Documentation |
Split interaction terms into their component variables
split_interactions(x, by = "\\*|:")
x |
( |
by |
( |
a vector of strings where each element is a component
variable extracted from interaction term x
.
split_interactions("x:y")
split_interactions("x*y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.