fact.pts_2 {minimalRSD} | R Documentation |
For a given number of factors, say k, it generates 2^(k-1) factorial points such that the number of changes in levels in the half replicate is minimum.
fact.pts_2(k)
k |
an integer greter than or equal to 3. |
For K
number of factors, generate
factorial points in half replication with minimum level changes.
# For generating a minimally changed half
# replicate of full factorial with 4 factors
# in 2 levels fact.pts_2(4)