In sas: we have
Nested Effects
Nested effects are generated in the same manner as crossed effects. Hence, the design columns generated by the following statements are the same (but the ordering of the columns is different):
model y=a b(a); (B nested within A) model y=a a*b; (omitted main effect for B)
No comments:
Post a Comment