Description Usage Arguments Value Examples
Reassign participant number.
1 | ReassignParticipantNumber(object)
|
object |
An experimental plan object. |
An experimental plan object with participant number corresponding to row number.
1 2 3 4 5 6 7 | Condition <-
c("Eperimental", "Control")
InitExperimentalPlan(80) %>%
AddFactor(Condition) %>%
RandomizeOrder() %>%
ReassignParticipantNumber()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.