powered by
Utilities for formula random effects structure
has_bars(x, type = c("both", "single", "double"))find_bars(x)no_bars(x)
find_bars(x)
no_bars(x)
A modified formula object
A formula object
One of "both", "single", or "double". Defaults to "both".
"both"
"single"
"double"
has_bars(y ~ x) has_bars(y ~ x + (x | g)) has_bars(y ~ x + (x | g), type = "double") find_bars(y ~ x) find_bars(y ~ x + (x | g)) no_bars(y ~ x) no_bars(y ~ x + (x | g))
Run the code above in your browser using DataLab