Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages