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 (July 2009, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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!!


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