Hi thank you so much! We were able to get here but I am still struggling with frequency. I have four levels to my dependent variable if that helps. I have listed the code with what we have. Thanks again! Any help is greatly appreciated! proc hplogistic data=MYLIB NAME; /*freq freq;/* /*class Additive(ref='4') / param=ref ;*/ model Dependent Variable= Independent Variable 1 |Independent Variable 2 |Independent Variable 3| Independent Variable 4 |Independent Variable 5 |Independent Variable 6; title 'Multiple Response Cheese Tasting Experiment'; run;
... View more