You can install ExperimentalDesigner from github with:
# install.packages("devtools")
devtools::install_github("cedricbatailler/ExperimentalDesigner")
This is a basic example which shows you how to use ExperimentalDesigner
library(ExperimentalDesigner)
Condition <-
c("Eperimental", "Control")
InitExperimentalPlan(80) %>%
AddFactor(Condition) %>%
RandomizeOrder() %>%
ReassignParticipantNumber() %>%
SaveExperimentalPlan("myplan.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.