menu_split: Split-unit design

View source: R/menu.R

menu_splitR Documentation

Description

Originally referred to as split-plot design when it was first used.

Usage

menu_split(
  t1 = random_integer_small(),
  t2 = random_integer_small(),
  r = random_integer_small(),
  seed = random_seed_number(),
  name_title = c("Split-Plot Design", "Split-Unit Design"),
  name_mainplot = "mainplot",
  name_subplot = "subplot",
  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.

Value

A recipe split-plot design.

See Also

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

Examples

menu_split(t1 = 3, t2 = 2, r = 4)

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