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(),
name_title = c("Strip-Plot Design", "Strip-Unit Design"),
name_block = "block",
name_unit = "unit",
name_row = "row",
name_col = "col",
name_trt1 = "trt1",
name_trt2 = "trt2"
)
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. |
name_title |
The name of the design or title. |
name_unit |
The name of the unit factor |
name_row , name_col |
The names for the row and column factors. |
name_trt1 , name_trt2 |
The name of the treatment factors. |
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.