Date: Thu, 30 Jul 2009 18:09:30 -0500
Reply-To: OR Stats <stats112@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: OR Stats <stats112@GMAIL.COM>
Subject: PROC NLP Profile statement
Content-Type: text/plain; charset=ISO-8859-1
Hello:
Does anyone know how the PROFILE statement of PROC NLP works?
profile b0 b1 / alpha = .9 to .1 by -.001 .09 to .01 by -.001;
For my model parameters that I want to estimate, how do I restrict the range
of values that b0 and b1 can take? So if b1 needs to be (0,1) so that I
want only the likelihood value for that range of b1, how do I specify that?
Thank you!!
|