View source: R/tef_getRanefForm.R
tef_getRanefForm | R Documentation |
Returns the groupingVar-level regression formulas. For example, the
formula yVar ~ aVar \* bVar \* cVar + (aVar \* cVar | groupingVar)
will return the group-level formula groupingVar ~ aVar \* cVar
. Note that
All random effects of groupingVar
must be within a single set of (parentheses).
tef_getRanefForm(formIn, groupingVar)
formIn |
multilevel model formula |
groupingVar |
grouping variable that will be the left-hand-side of the returned formula |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.