LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page