menu_lsd: Prepare classical Latin square design

View source: R/menu.R

menu_lsdR Documentation

Description

Prepare classical Latin square design

Usage

menu_lsd(
  t = random_integer_small(),
  seed = random_seed_number(),
  name_title = "Latin Square Design",
  name_row = "row",
  name_col = "col",
  name_unit = "unit",
  name_trt = "trt"
)

Arguments

t

The number of treatments

seed

A scalar value for computational reproducibility.

name_title

The name of the design or title.

name_row, name_col

The names for the row and column factors.

name_unit

The name of the unit factor

name_trt

The name of the treatment factor.

Value

A recipe Latin square design.

See Also

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

Examples

menu_lsd(t = 3)

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