<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc NLIN! Is it helpful? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89351#M4386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, stick with what I have as each observation on its own row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 19:57:50 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2012-08-09T19:57:50Z</dc:date>
    <item>
      <title>Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89340#M4375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a student and I am working on a dataset which has multiple follow-ups/observations per subject. The follow ups are not at fixed interval and number of follow-ups for patients range from 1-5 follow ups. I want to show exponential trend and hoping to perform a non linear regression.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; test; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; followup volume time; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1 1 5 &lt;/P&gt;&lt;P&gt;2 5 10 &lt;/P&gt;&lt;P&gt;1 1 10 &lt;/P&gt;&lt;P&gt;2 7 20 &lt;/P&gt;&lt;P&gt;3 10 25 &lt;/P&gt;&lt;P&gt;4 11 25&lt;/P&gt;&lt;P&gt;1 1 15 &lt;/P&gt;&lt;P&gt;2 9 30&lt;/P&gt;&lt;P&gt;3 12 15 &lt;/P&gt;&lt;P&gt;4 19 30&lt;/P&gt;&lt;P&gt;1 1 20 &lt;/P&gt;&lt;P&gt;2 10 50 &lt;/P&gt;&lt;P&gt;3 11 28 &lt;/P&gt;&lt;P&gt;4 12 20 &lt;/P&gt;&lt;P&gt;5 15 50 &lt;/P&gt;&lt;P&gt;6 25 28 &lt;/P&gt;&lt;P&gt;; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89340#M4375</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89341#M4376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this data reflect four subjects, each with a followup indexed from 1 to as high as 6, volume as a dependent variable, and time as the independent variable?&amp;nbsp; My first thought is NLMIXED rather than NLIN, if my guess about the data is correct. That would take into account the variability both within and between subjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89341#M4376</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-08-09T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89342#M4377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data consist of 38 subjects and yes, you are correct about volume as dependent and time as a independent variable (and other covariates). Also, do i need to convert data from multiple row per subject to one row per subject? My understanding was that I would not be able to do that, as subject will get divided based on their follow up which will further reduce N?? Also, can you explain more why not to NLIN? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 subjects with 1 follow up; 5 with 2; 7 with 3; 10 with 5; 6 with 6 follow up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:47:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89342#M4377</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T18:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89343#M4378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If time is the independent variable, why isn't it a monotone function of FOLLOWUP? For example, I don't understand the TIME variable for the 4th subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve is assuming that the errors are correlated among each individual, which leads to a mixed model analysis. See this example in the MIXED doc: &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect034.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect034.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A similar mixed model, but nonlinear,&amp;nbsp; is here: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlmixed_sect006.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlmixed_sect006.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlmixed_sect006.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89343#M4378</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-09T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89344#M4379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow up time (in days) is random (depending upon availability of patient). Time is not fixed (no specific interval). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89344#M4379</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89345#M4380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we may be missing something here.&amp;nbsp; Is it that at any single followup, time is independent and volume dependent, such that for the first subject, on their first followup, they were measured for a period of 5 and generated a volume of 1, while on the second followup, they were measured for a period of 10 and generated a volume of 5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, we have a factor effect, and this is going to get messy, since neither NLIN nor NLMIXED directly accommodates this kind of an effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you elucidate the experimental design, so that an appropriate approach can be devised?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:06:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89345#M4380</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-08-09T19:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89346#M4381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this clear a bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have considered time= 0 at first follow up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt; test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt; followup volume time;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;2 5 10&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;2 7 20&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;3 10 25&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;4 11 25&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;2 9 30&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;3 12 15&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;4 19 30&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;2 10 50&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;3 11 28&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;4 12 20&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;5 15 50&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;6 25 28&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89346#M4381</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89347#M4382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not helpful to me.&amp;nbsp; Consider the second subject:&lt;BR /&gt;1 1 0&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2 7 20&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3 10 25&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4 11 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean that the third and fourth followup were done at exactly the same time?&amp;nbsp; Also consider the fourth subject:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1 1 0&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2 10 50&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3 11 28&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4 12 20&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;5 15 50&lt;/P&gt;&lt;P style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;6 25 28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does time go backwards from the second followup to the third?&amp;nbsp; Also, the second and fifth followup have the same time, as do the third and sixth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a disconnect between what I think of as time and followup, and how I think you are presenting them.&amp;nbsp; Could you please describe how the data for the fourth subject were generated?&amp;nbsp; Once we have that in hand, I think we can identify what is going on, and then move on to an analysis plan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89347#M4382</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-08-09T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89348#M4383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;Time: &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;number of days from between the scans (follow-up). for subject 2 first scan at time 0, second scan at after 20 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt;, 3rd scan after 25 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt; and 4th scan again after 25 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt;. similarly for other patients. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;for 4th subject: &lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;first scan at time 0, second scan at after 50 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt;, 3rd scan after 28 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt;, 4th scan again after 20 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt;, 5th scan after 50 days &lt;STRONG style="font-family: inherit; font-style: inherit; color: navy;"&gt;&lt;STRONG style="color: navy; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;from the previous scan&lt;/STRONG&gt;&lt;/STRONG&gt; and last 6th scan after 28 days from the previous scan. &lt;/STRONG&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt; test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt; followup volume time;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;2 5 10&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;2 7 20&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;3 10 25&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;4 11 25&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;2 9 30&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;3 12 15&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;4 19 30&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;1 1 0&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;2 10 50&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;3 11 28&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;4 12 20&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;5 15 50&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;6 25 28&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;;&lt;/P&gt;&lt;P style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: navy;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/134716" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; color: #0e66ba; background-color: #f3f3f3;"&gt;Re: Proc NLIN! Is it helpful?&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89348#M4383</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89349#M4384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I get it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step one: Change time to cumulative days in a data step, so that the data looks something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input id followup volume time days;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;1 1 1 0 0&lt;/P&gt;&lt;P&gt;1 2 5 10 10&lt;/P&gt;&lt;P&gt;2 1 1 0 0&lt;/P&gt;&lt;P&gt;2 2 7 20 20&lt;/P&gt;&lt;P&gt;2 3 10 25 45&lt;/P&gt;&lt;P&gt;2 4 11 25 70&lt;/P&gt;&lt;P&gt;3 1 1 0 0&lt;/P&gt;&lt;P&gt;3 2 9 30 30&lt;/P&gt;&lt;P&gt;3 3 12 15 45&lt;/P&gt;&lt;P&gt;3 4 19 30 75&lt;/P&gt;&lt;P&gt;4 1 1 0 0&lt;/P&gt;&lt;P&gt;4 2 10 50 50&lt;/P&gt;&lt;P&gt;4 3 11 28 78&lt;/P&gt;&lt;P&gt;4 4 12 20 98&lt;/P&gt;&lt;P&gt;4 5 15 50 148&lt;/P&gt;&lt;P&gt;4 6 25 28 176&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step two: Applying the methods in Rick's link (&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlmixed_sect006.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_nlmixed_sect006.htm&lt;/A&gt;), devise the appropriate form for the model you wish to fit, and use PROC NLMIXED.&amp;nbsp; It accounts for correlations within subjects that varies from subject to subject, when PROC NLIN assumes it is the same for all subjects. In your model, volume will be the dependent and days the independent variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89349#M4384</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-08-09T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89350#M4385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve! Just one more thing, I don't have to convert from multiple observation (row) per subject to one row (observation) per subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards, &lt;/P&gt;&lt;P&gt;Rohit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89350#M4385</guid>
      <dc:creator>SAS78647</dc:creator>
      <dc:date>2012-08-09T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89351#M4386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, stick with what I have as each observation on its own row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89351#M4386</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-08-09T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLIN! Is it helpful?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89352#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. (Not that Steve is ever wrong!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 20:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-NLIN-Is-it-helpful/m-p/89352#M4387</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-08-09T20:16:32Z</dc:date>
    </item>
  </channel>
</rss>

