| randint | R Documentation |
Remove all random slopes from a formula, while retaining random intercepts.
randint(form)
form |
A formula |
The new formula
f <- ~ 1 + a + b + (a | f) + (1 + a | g) + (a + b | h ) + (1 + a + b | i)
randint(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.