<?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: How do I perform spatial logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302457#M16079</link>
    <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/stat/procedures/SpatialAnalysis.html" target="_blank"&gt;https://support.sas.com/rnd/app/stat/procedures/SpatialAnalysis.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the link above as well, take a look at lexjansen.com and see what papers are available. There may even be code &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2016 20:01:43 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-10-04T20:01:43Z</dc:date>
    <item>
      <title>How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302454#M16078</link>
      <description>&lt;P&gt;I am trying to develop a spatiotemporal logistic regression model to predict the presence/absence of a disease in U.S. counties (contiguous U.S.) based on climatologic variables, with data points for each year between 2007 and 2014; ideally, I would like a model with functionality to score additional datasets, e.g., use the model developed for 2006-2014 to predict disease probability in future climate scenarios.&amp;nbsp; The model needs to account for spatial autocorrelation, and (ideally) temporal correlation as well.&amp;nbsp; Unfortunately, my SAS abilities are not up to the task.&amp;nbsp; Would anyone have suggestions for developing the model? The data take the form of:&lt;/P&gt;&lt;P&gt;countyFIPS&amp;nbsp; year&amp;nbsp;&amp;nbsp; outcome&amp;nbsp;&amp;nbsp; predictor1&amp;nbsp;&amp;nbsp; predictor2&amp;nbsp;&amp;nbsp; predictor3&amp;nbsp;&amp;nbsp; latitude&amp;nbsp;&amp;nbsp; longitude&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;countyFIPS = unique 5-digit identifier for U.S. counties&lt;/P&gt;&lt;P&gt;Outcome = at least one case in the county for the given year, coded 0/1&lt;/P&gt;&lt;P&gt;I'm really bad at this, so please be gentle and use small words...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 19:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302454#M16078</guid>
      <dc:creator>pcc25</dc:creator>
      <dc:date>2016-10-04T19:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302457#M16079</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/stat/procedures/SpatialAnalysis.html" target="_blank"&gt;https://support.sas.com/rnd/app/stat/procedures/SpatialAnalysis.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the link above as well, take a look at lexjansen.com and see what papers are available. There may even be code &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 20:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302457#M16079</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-04T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302509#M16084</link>
      <description>I never heard that kind of logistic regression before. Do you mean conditional logistic regression ?</description>
      <pubDate>Wed, 05 Oct 2016 03:47:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302509#M16084</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-05T03:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302818#M16094</link>
      <description>&lt;P&gt;For logistic analysis with spatial correlation, or temporal correlation, you will need to use a generalized linear mixed model (GLMM), with correlation structure for the G matrix. This is a &lt;STRONG&gt;very&lt;/STRONG&gt; complex problem, and there is no way to give easy cookbook answers. I think you should get a copy of the GLMM book by Walter Stroup. It will be difficult for you, but there are examples. The book SAS for Mixed Models, 2nd edition, has a lot on this, but for normal data.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 01:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302818#M16094</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-10-06T01:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302821#M16095</link>
      <description>Maybe you could take a look at PROC GEE, there is an alternative logistic regression for mixed model.</description>
      <pubDate>Thu, 06 Oct 2016 02:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/302821#M16095</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-06T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/940384#M46944</link>
      <description>&lt;P&gt;is it possible to do this in SAS either SAS Viya or SAS studio 3.8: Spatially Correlated Nested Logit Model? or&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Spatial Conditional Logit Model&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 21 Aug 2024 19:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/940384#M46944</guid>
      <dc:creator>okaforsan</dc:creator>
      <dc:date>2024-08-21T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform spatial logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/940422#M46953</link>
      <description>You could check &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; blogs:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/03/21/statistical-analysis-stephen-curry-shooting.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/03/21/statistical-analysis-stephen-curry-shooting.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/03/23/nonparametric-regression-binary-response-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/03/23/nonparametric-regression-binary-response-sas.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also could check PROC SPP which is designed for spatial data.&lt;BR /&gt;&lt;BR /&gt;And since it is conditional model, you also could check PROC GLIMMIX + EFFECT statement for spatial data (as Rick's blog did).</description>
      <pubDate>Thu, 22 Aug 2024 00:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-perform-spatial-logistic-regression/m-p/940422#M46953</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-22T00:33:39Z</dc:date>
    </item>
  </channel>
</rss>

