| menu_youden | R Documentation |
Youden square design
menu_youden(
nc = random_integer_small(),
t = random_integer_small(min = nc + 1),
seed = random_seed_number()
)
nc |
The number of columns. |
t |
The number of treatments. |
seed |
A scalar value for computational reproducibility. |
A recipe Youden square design.
Other recipe-designs:
menu_bibd(),
menu_crd(),
menu_factorial(),
menu_graeco(),
menu_hyper_graeco(),
menu_lsd(),
menu_rcbd(),
menu_split(),
menu_strip()
menu_youden(nc = 4, t = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.