powered by
Remove all random slopes from a formula, while retaining random intercepts.
randint(form)
The new formula
A formula
f <- ~ 1 + a + b + (a | f) + (1 + a | g) + (a + b | h ) + (1 + a + b | i) randint(f)
Run the code above in your browser using DataLab