Hello,
I am designing a CE in Ngene and I wonder whether the following syntax options are equivalent in term of design
+ b5.dummy[0|0|0]*LOCMULTVAR[0,1,2,3]
+ b5*LOCVAR[0,1] + b6*MULTVAR[0,1] + b56*LOCVAR[0,1]*MULTVAR[0,1]
where
LOCMULTVAR[0,1,2,3] = none, local, multiple, local+multiple
LOCVAR[0,1] = local
MULTVAR[0,1] = multiple
In both cases I get three parameters to be estimated, but what about the design?
Should the Ngene output be the same?
Maurizio