findbars {pwr4exp} | R Documentation |
Determine random-effects expressions from a formula
Description
Determine random-effects expressions from a formula
Usage
findbars(term)
Arguments
term |
a mixed-model formula |
Value
pairs of expressions that were separated by vertical bars
Note
This function is called recursively on individual
terms in the model, which is why the argument is called term
and not
a name like form
, indicating a formula.
[Package pwr4exp version 1.0.0 Index]