menu_hyper_graeco | R Documentation |
Hyper-Graeco-Latin Square Design
menu_hyper_graeco(
t = random_integer_small(),
seed = random_seed_number(),
name_title = "Hyper-Graeco-Latin Square Design",
name_block1 = "block1",
name_block2 = "block2",
name_block3 = "block3",
name_block4 = "block4",
name_unit = "name_unit",
name_trt = "name_trt"
)
t |
The number of treatments |
seed |
A scalar value for computational reproducibility. |
name_title |
The name of the design or title. |
name_unit |
The name of the unit factor |
name_trt |
The name of the treatment factor. |
block1 , block2 , block3 , block4 |
The names of the block factors. |
A recipe Hyper-Graeco-Latin square design.
Other recipe-designs:
menu_bibd()
,
menu_crd()
,
menu_factorial()
,
menu_graeco()
,
menu_lsd()
,
menu_rcbd()
,
menu_split()
,
menu_strip()
,
menu_youden()
menu_hyper_graeco(t = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.