menu_rcbd | R Documentation |
Prepare a randomised complete block design
menu_rcbd(
t = random_integer_small(),
r = random_integer_small(),
seed = random_seed_number(),
name_title = "Randomised Complete Block Design",
name_block = "block",
name_unit = "unit",
name_trt = "trt"
)
t |
The number of treatments. |
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_block |
The name of the block factor. |
name_unit |
The name of the unit factor |
name_trt |
The name of the treatment factor. |
A recipe for randomised complete block design.
Other recipe-designs:
menu_bibd()
,
menu_crd()
,
menu_factorial()
,
menu_graeco()
,
menu_hyper_graeco()
,
menu_lsd()
,
menu_split()
,
menu_strip()
,
menu_youden()
menu_rcbd(t = 3, r = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.