edibble
edibble copied to clipboard
An R-package that encapsulate elements of experimental design for better planning, management, and workflow
```r design() %>% set_trts(fertilizer = c("yes", "no"), amount = conditioned(fertilizer, "yes" ~ c(10, 20, 30), "no" ~ 0)) ```
The design below takes about 13 minutes to run: ```r design("Mario's plant pathologist problem") %>% set_units(rep = 3, col = 12, row = 12, # so 3 x 12 x...
The current algorithm doesn't take into account a hierarchical structure with more than one level. Therefore the randomisation for something like below doesn't balance out on the second level of...
- [x] Balance incomplete block design (is this possible?) - [ ] Alpha designs - Patterson and Williams(1976) - [ ] Cyclic designs - John, J.A. (1981) Efficient Cyclic Design...
Fill values for record vars using expected range of values (by default assumes uniform or normal or allow distribution?)
Hi Emi - This sounds really cool. But for medical research, we need to protect PHI, and can not use Excel for data collection. It would be great if one...
contains record variables that are derived from other variables. The plan is to have an excel formula in the corresponding cell that automatically updates derived variables.