rcdMatrix: Create the design matrix for a given row column design

View source: R/model.R

rcdMatrixR Documentation

Create the design matrix for a given row column design

Description

Create the design matrix for a given row column design

Usage

rcdMatrix(X, v, model)

Arguments

X

row-column design

v

number of treatments

model

String or number describing the model. See getModelNr.

Value

The design matrix for a row-column design.

See Also

rcd gives the row-column design to a given crossover design.

Examples

# TODO

Crossover documentation built on March 31, 2023, 9:50 p.m.