Getting started

How to use the edibble system to construct a design of an experiment.

Published

April 29, 2022

The edibble system is an R-package to build a design of an experiment. To use the system, you will need to install the free, open-source programming language R and install the package:

If you would like to read more R, I recommend that you check out the R for data science community.
install.packages("edibble")

or you can install the developmental version with:

install.packages("remotes")
remotes::install_github("emitanaka/edibble")
library(edibble)
design() %>% 
  set_units(unit = 10)
An edibble design
└─unit (10 levels)