options ls=72; data Smoking; infile 'D:\Statistics\STAT 504\datasets\stress.txt'; input smoke gender age stress count; Proc catmod; weight count; Model stress*smoke=gender|age|_response_ / PROB PRED; run;