- data b;
- set aaa;
- by id treat;
- retain x0 x1;
- if visit=2 then x0=x;
- if visit=6 then do;
- treat1=substr(treat,1,1);
- x1=x;
- output;
- end;
- else if visit=10 then do;
- treat1=substr(treat,2,1);
- x0=x1;
- x1=x;
- output;
- end;
- drop x;
- run;


雷达卡
京公网安备 11010802022788号







