View source: R/HelperFunctions.R
get_interaction_patterns | R Documentation |
Generates all possible interaction patterns for 2 or 3 variables. This is used in part for identifying which interactions and expansions to exclude (provided to "exclude_these_expansions" argument of lgspline) based on formulas provided.
get_interaction_patterns(vars)
vars |
Character vector of variable names |
Character vector of interaction pattern strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.