onecoa.prime {ShapDoE} | R Documentation |
Generate a component orthogonal array (COA) with a prime d
Description
Generate a component orthogonal array (COA) with a prime d
Usage
onecoa.prime(d)
Arguments
d |
a prime, the column of the resulting COA. |
Value
a COA with d(d-1) rows and d columns.
Examples
onecoa.prime(5)
[Package ShapDoE version 1.0.0 Index]