I am doing a research on the title of "Demand for Food Safety attributes for Vegetables" using a discrete choice experiment and conditional logit regression in SAS I want to know how I can use the interaction terms in conditional logit using SAS?
Just add interaction effect in MODEL ?
proc logistic;
strata ......
model y=x z x*z ;
OR
proc glimmix
model y=x z x*z;
random ......
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.