Nothing
Code
choice_formula(formula = choice ~ A | B)
Message
-- Choice formula
* choice ~ A | B | 0
* error term: probit
Code
choice_formula(formula = choice ~ A + B, random_effects = c(A = "cn", B = "cn"))
Message
-- Choice formula
* choice ~ A + B | 1 | 0
* error term: probit
* random effects:
* A: cn
* B: cn
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.