has_bars {JuliaFormulae} | R Documentation |
Utilities for formula random effects structure
has_bars(x, type = c("both", "single", "double"))
find_bars(x)
no_bars(x)
x |
A formula object |
type |
One of |
A modified formula object
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))