Date: Thu, 14 Sep 2006 12:08:51 +0530
Reply-To: Shantalu Srivastava <shantalu@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Shantalu Srivastava <shantalu@GMAIL.COM>
Subject: Re: best Proc in SAS?
In-Reply-To: <1115a2b00609131925h134bfc5p60dc89ea3cdc70dc@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I have a doubt ....I need to make a model to predict the continous values in
a profitability model .This means my DEPENDENT VARIABLE IN THE MODEL is
continuous....Since we cannot use any BANDS or BINS for prediction that is
0-1000$ have value1
1001-2000$ takes value 2
Since we need to predict the exact values ...can any one guide me on ways to
do this problem....
proc logistic is only for binary value
options to explore
proc genmod etc....
|