menu_strip: Strip-unit design

View source: R/menu.R

menu_stripR Documentation

Description

Strip-unit design

Usage

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"
)

Arguments

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.

Value

A recipe strip-unit design.

See Also

Other recipe-designs: menu_bibd(), menu_crd(), menu_factorial(), menu_graeco(), menu_hyper_graeco(), menu_lsd(), menu_rcbd(), menu_split(), menu_youden()

Examples

menu_strip(t1 = 3, t2 = 3, r = 2)

emitanaka/edibble documentation built on April 5, 2025, 4:11 a.m.