| menu_graeco | R Documentation |
Graeco-Latin Square Design
menu_graeco(
t = random_integer_small(),
seed = random_seed_number(),
name_title = "Graeco-Latin Square Design",
name_row = "row",
name_col = "col",
name_unit = "unit",
name_trt1 = "trt1",
name_trt2 = "trt2"
)
t |
The number of treatments. |
seed |
A scalar value for computational reproducibility. |
name_title |
The name of the design or title. |
name_row, name_col |
The names for the row and column factors. |
name_unit |
The name of the unit factor |
name_trt1, name_trt2 |
The name of the treatment factors. |
A recipe for Graeco-Latin square design.
Other recipe-designs:
menu_bibd(),
menu_crd(),
menu_factorial(),
menu_hyper_graeco(),
menu_lsd(),
menu_rcbd(),
menu_split(),
menu_strip(),
menu_youden()
menu_graeco(t = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.