BookmarkSubscribeRSS Feed
Khalidjoya
Calcite | Level 5

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?

 

2 REPLIES 2
Ksharp
Super User

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 ......

Khalidjoya
Calcite | Level 5
I have tried this with Proc MDC but it didn't work and it needs class statement.

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 907 views
  • 0 likes
  • 2 in conversation