Description Usage Arguments Value Examples
Adds a factor to an experimental plan object
1 |
object |
An experimental plan object. |
factor |
Factor you wish to add to you experimental plan. Factor must be specified as a vector object (see examples section). |
An experimental plan object.
1 2 3 4 5 | Condition <-
c("Eperimental", "Control")
InitExperimentalPlan(80) %>%
AddFactor(Condition)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.