README.md

ExperimentalDesigner

CRAN status Build Status

Installation

You can install ExperimentalDesigner from github with:

# install.packages("devtools")
devtools::install_github("cedricbatailler/ExperimentalDesigner")

Example

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")


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