<?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 Different models with iterations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/631875#M187251</link>
    <description>&lt;P&gt;How make program with these models. I am new in programing.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 14:19:26 GMT</pubDate>
    <dc:creator>Girmante</dc:creator>
    <dc:date>2020-03-13T14:19:26Z</dc:date>
    <item>
      <title>Different models with iterations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/631875#M187251</link>
      <description>&lt;P&gt;How make program with these models. I am new in programing.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 14:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/631875#M187251</guid>
      <dc:creator>Girmante</dc:creator>
      <dc:date>2020-03-13T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Different models with iterations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/631891#M187257</link>
      <description>&lt;P&gt;Don't you need another variable?&amp;nbsp; Is density Y or X?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 14:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/631891#M187257</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-03-13T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different models with iterations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/632253#M187432</link>
      <description>&lt;P&gt;Density is Y axis,&lt;/P&gt;&lt;P&gt;I'm need iterations with Gauss–Newton model if this is available. I have this example, but can I to use this or similar program with liner model or other models.&lt;/P&gt;&lt;P&gt;proc nlin data=pplasma plots=fit;&lt;BR /&gt;parms alpha=2 beta=0.4 gamma=0.00075;&lt;BR /&gt;model conc = alpha/(gamma*(alpha-beta))*(exp(-beta*time)-exp(-alpha*time));&lt;BR /&gt;bootstrap / bootci; &lt;FONT color="#FF0000"&gt;(I don't know why you don't accept those lines)&lt;/FONT&gt;&lt;BR /&gt;output out=predictions predicted=prediction stdp=stdp&lt;BR /&gt;lclm=lower95 uclm=upper95 residual=residual;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=predictions;&lt;BR /&gt;var conc velocity prediction stdp lower95 upper95 residual;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gauss–Newton&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 12:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Different-models-with-iterations/m-p/632253#M187432</guid>
      <dc:creator>Girmante</dc:creator>
      <dc:date>2020-03-15T12:48:56Z</dc:date>
    </item>
  </channel>
</rss>

