precomputed.formulas | R Documentation |
Fixed effect combinations for model formulas with/without two- and three-way interactions. Up to eight fixed effects in total with up to five fixed effects per formula.
A data.frame
with 259,358
rows and 5
variables:
combination of fixed effects, separated by "+
" and "*
"
maximum interaction size in the formula, up to 3
maximum count of an effect in the formula, e.g. the 3
A's in "A * B + A * C + A * D"
number of unique effects included in the formula
minimum number of fixed effects required to use the formula,
i.e. the index in the alphabet of the last of the alphabetically ordered effects (letters) in the formula,
so 4
for the formula: "A + B + D"
Effects are represented by the first eight capital letters.
Used by combine_predictors
.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.