Description Usage Arguments Value Examples
Randomize order of your participant
1 | RandomizeOrder(object)
|
object |
An experimental plan object. |
A randomly ordered experimental plan.
1 2 3 4 5 6 | Condition <-
c("Eperimental", "Control")
InitExperimentalPlan(80) %>%
AddFactor(Condition) %>%
RandomizeOrder()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.