Thank you so much for your great suggestions!
So since I have different types of response variables, the most appropiate procedures will be as follow:
For continuous (measures) I would use proc genmod (normal or gamma dist).
For binary (0/1 or 0/100) I would use proc logistic.
For multinomial (scales; 0, 1, 1.5, 2, 2.5, 3) I would use proc logistic.
For ordinal (fruit browning; 0=no browning, 1=mild, 2=severe) I would use proc catmod (is this procedure only for ordinal data?).
Does it sounds reasonably to you? Also, how can I specify in proc logistic if my response var is binary or multinomial?
Thank you very much!
Caroline
... View more