Learn R Programming

doofa (version 1.0)

doofa.pwo: construct a design for order-of-addition experiment under pwo model with n runs and m components

Description

construct a design for order-of-addition experiment under pwo model with n runs and m components

Usage

doofa.pwo(n, m)

Value

a design for order-of-addition experiment under pwo model with n runs and m components

Arguments

n

a positive integer, preferably less than 100

m

a positive integer, currently supports less than 8

Examples

Run this code
doofa.pwo(5,3);

Run the code above in your browser using DataLab