RemoveTopTerms | R Documentation |
Remove all possible models with one unmoderated term removed
RemoveTopTerms(form, randeff = "")
form |
A formula |
randeff |
The name of the group from which unmoderated terms should be removed.
To remove from fixed effects, use |
A list of formulas which have one unmoderated term removed each. The name of each list item is the term which was removed.
RemoveTopTerms(a ~ b * c + d + (1|e))
#> $d
#> a ~ b + c + b:c + (1 | e)
#> $`b:c`
#> a ~ b + c + d + (1 | e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.