News

The following statements input the data ... structure. proc genmod data=new2; class id; model y=x1 | trt / d=poisson offset=ltime; repeated subject=id / corrw covb type=exch; run; These statements ...