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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 522 views
  • 0 likes
  • 2 in conversation