initial.design: create an initial design of o-of-a with n rows and m columns

View source: R/doofa.R

initial.designR Documentation

create an initial design of o-of-a with n rows and m columns

Description

create an initial design of o-of-a with n rows and m columns

Usage

initial.design(n, m)

Arguments

n

a positive integer

m

a positive integer

Value

a matrix with n rows and m columns

Examples

initial.design(n = 6, m = 3);

doofa documentation built on June 22, 2024, 7:39 p.m.

Related to initial.design in doofa...