| menu_strip | R Documentation |
Strip-unit design
menu_strip(
t1 = random_integer_small(),
t2 = random_integer_small(),
r = random_integer_small(),
seed = random_seed_number()
)
t1 |
The number of treatment levels for the main plots. |
t2 |
The number of treatment levels for the subplots. |
r |
The number of replications for each treatment level. |
seed |
A scalar value for computational reproducibility. |
A recipe strip-unit design.
Other recipe-designs:
menu_bibd(),
menu_crd(),
menu_factorial(),
menu_graeco(),
menu_hyper_graeco(),
menu_lsd(),
menu_rcbd(),
menu_split(),
menu_youden()
menu_strip(t1 = 3, t2 = 3, r = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.