<?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 Proc GAM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GAM/m-p/35376#M1481</link>
    <description>I'm trying to fit a generalized additive model as follows:&lt;BR /&gt;
&lt;BR /&gt;
proc gam data=dataset; &lt;BR /&gt;
     class DOW season holiday;&lt;BR /&gt;
     model deaths=param(DOW season holiday) &lt;BR /&gt;
                          spline(date) &lt;BR /&gt;
                          spline(temperature)&lt;BR /&gt;
                          spline(humidity)&lt;BR /&gt;
                          spline(NO2)&lt;BR /&gt;
                          spline(Ozone)&lt;BR /&gt;
                          spline(SO2)&lt;BR /&gt;
                          spline(PM25)&lt;BR /&gt;
                          spline(PM10) / dist=Poisson method=gcv nodev=norefit; &lt;BR /&gt;
     output out=dataset_out p;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
However, I keep getting an error message that states, "The backfitting algorithm diverged for this model."&lt;BR /&gt;
&lt;BR /&gt;
What does this mean and how can I fix it?  Thanks!</description>
    <pubDate>Thu, 21 May 2009 20:36:43 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-05-21T20:36:43Z</dc:date>
    <item>
      <title>Proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GAM/m-p/35376#M1481</link>
      <description>I'm trying to fit a generalized additive model as follows:&lt;BR /&gt;
&lt;BR /&gt;
proc gam data=dataset; &lt;BR /&gt;
     class DOW season holiday;&lt;BR /&gt;
     model deaths=param(DOW season holiday) &lt;BR /&gt;
                          spline(date) &lt;BR /&gt;
                          spline(temperature)&lt;BR /&gt;
                          spline(humidity)&lt;BR /&gt;
                          spline(NO2)&lt;BR /&gt;
                          spline(Ozone)&lt;BR /&gt;
                          spline(SO2)&lt;BR /&gt;
                          spline(PM25)&lt;BR /&gt;
                          spline(PM10) / dist=Poisson method=gcv nodev=norefit; &lt;BR /&gt;
     output out=dataset_out p;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
However, I keep getting an error message that states, "The backfitting algorithm diverged for this model."&lt;BR /&gt;
&lt;BR /&gt;
What does this mean and how can I fix it?  Thanks!</description>
      <pubDate>Thu, 21 May 2009 20:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GAM/m-p/35376#M1481</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-21T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GAM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GAM/m-p/35377#M1482</link>
      <description>My hunch is that, Proc GAM may not be able to fit the non-linear curve. Try simplying the model by including less predictor variables..not sure if this will work</description>
      <pubDate>Fri, 22 May 2009 13:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GAM/m-p/35377#M1482</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-22T13:55:57Z</dc:date>
    </item>
  </channel>
</rss>

