图一是我的design
proc mdc DATA=B ;
model C=service1 service2 service3 distribution1 distribution2 distribution3 time1 time2 time3 AR1 AR2 AR3 MC1 pertime1 pertime2 pertime3
/type=clogit nchoice=2;
id subj;
RUN;
系统总是提示:ERROR: The CHOICE= variable contains redundant alternatives.
谢谢