FindTopTerms | R Documentation |
Find all model terms that are not moderated by a higher-order interaction
FindTopTerms(form)
form |
a formula |
A character vector containing all model terms that are not moderated by a higher-order interaction.
FindTopTerms(speed ~ skill + weight * friction)
#[1] "skill" "weight:friction"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.