Nothing
library(reformulas)
f <- ~ 1 + a + b + (a | f) + (1 + a | g) + (a + b | h ) + (1 + a + b | i)
expect_equal(randint(f),
~1 + a + b + (1 | f) + (1 | g) + (1 | h) + (1 | i))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.