Date: Sun, 8 Feb 2004 15:21:36 -0800
Reply-To: seema <wormpai@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: seema <wormpai@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Multinomial Brand Choice using Proc MDC
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I want to estimate a multinomial choice model using Proc MDC. The code
I am using is as follows:
proc mdc data=withprice3;
model choice=price rebate / type=clogit
nchoice=15;
id hid;
run;
I want to know if this sounds correct and also I want to know how to
include intercept terms in this model? I want brandwise intercepts.
Any ideas?
I believe Proc MDC doesnt automatically provide for intercepts like
normal regression does.
Thanks a billion,
Seema
|