find_bars: Returns the terms with bars from a formula
Description
Returns the terms with bars from a formula
Usage
find_bars(form_with_bars)
Arguments
form_with_bars
A formula used in e.g. lme4
and similar
packages. Typically along the lines:
y ~ age + (1 | school)
etc