RandomizeOrder: Randomize order of your participant

Description Usage Arguments Value Examples

Description

Randomize order of your participant

Usage

1

Arguments

object

An experimental plan object.

Value

A randomly ordered experimental plan.

Examples

1
2
3
4
5
6
Condition <-
  c("Eperimental", "Control")

InitExperimentalPlan(80) %>%
 AddFactor(Condition) %>%
 RandomizeOrder()

cedricbatailler/ExperimentalDesigner documentation built on May 13, 2019, 2:53 p.m.