fact.pts {minimalRSD} | R Documentation |
For a given number of factors, say k, it generates 2^k factorial points such that the number of changes in the run sequence is minimum.
fact.pts(k)
k |
an integer greater than or equal to 2. |
For K
number of factors, generate
factorial points with minimum level changes.
# For generating a full factorial for k=4 factors
# in 2 levels with minimum level changes
fact.pts(4)