#generate a 2^(4-1) factorial design by assigning the interaction ABC
#to the factor D
vp = fracDesign(k = 4, gen = "D = ABC")
#the defining relation is (D = ABC)*D = I = ABCD. I is the identity.
identity(vp)
#the identity can be seen in the according alias table
aliasTable(vp)
Run the code above in your browser using DataLab