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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1055 views
  • 0 likes
  • 2 in conversation