<- takeout(menu_strip(t1 = 3, t2 = 4, r = 9))
strip examine_recipe(strip)
design("Strip-Plot Design | Strip-Unit Design") %>%
set_units(block = 9,
row = nested_in(block, 3),
col = nested_in(block, 4),
unit = nested_in(block, crossed_by(row, col))) %>%
set_trts(trt1 = 3,
trt2 = 4) %>%
allot_trts(trt1 ~ row,
trt2 ~ col) %>%
assign_trts("random", seed = 836) %>%
serve_table()