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.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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