Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: finding a peak in an asymmetric curve


From   "David Harrison" <[email protected]>
To   <[email protected]>
Subject   RE: st: finding a peak in an asymmetric curve
Date   Tue, 11 Apr 2006 12:53:48 +0100

Yes, why didn't I think of that form...?

Anyway, one other useful point to note. You can get a confidence
interval on the position of the maximum from the -nl- function (having
worked out how to express it as a function of the parameters) by using
-nlcom-:

nlcom ln(_b[/delta] / _b[/beta]) / (_b[/beta] - _b[/delta])

David

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Joseph
Coveney
Sent: 11 April 2006 12:26
To: Statalist
Subject: Re: st: finding a peak in an asymmetric curve

The old pharmacokinetics standby (below) seems to do okay for your
example

nl (longevity = {alpha}*exp({beta}*nutrient) + ///
  {gamma}*exp({delta}*nutrient)), nolog

display in smcl as result 1 / (-_b[/delta] + _b[/beta]) * ///
   ln(_b[/delta] / _b[/beta])

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index