Dear Statalist,
I am trying to run an nl estimation with parmby. This is my code
parmby "nl (installs= {b0}/(1+exp({-b1}-{b2}*t)))",by(group_id) saving(installsneuTMS,replace)
This works well. Now I want to set my intial values. I have read the help and found that I can set intial values to absolute numbers, like this
parmby "nl (installs= {b0}/(1+exp({-b1}-{b2}*t))), initial (b0 1000)",by(group_id) saving(installsneuTMS,replace)
But what I want to do ist set the intial value equal to the numbers of another variable, depending on the group_id (intital values = VariableX).
Can anybody tell me how to do this?
Merry Christmas
Lisa
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/