<?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: Accounting for neighboring geospatial values in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199576#M10688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this example in the PROC GLIMMIX doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glimmix_examples01.htm" title="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glimmix_examples01.htm"&gt;SAS/STAT(R) 13.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For lots of details, including SAS code, see Schabenberger &amp;amp; Gotway, &lt;EM&gt;Statistical Methods for Spatial Data Analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/Statistical-Methods-Spatial-Analysis-Chapman/dp/1584883227" title="http://www.amazon.com/Statistical-Methods-Spatial-Analysis-Chapman/dp/1584883227"&gt;Statistical Methods for Spatial Data Analysis (Chapman &amp;amp;amp; Hall/CRC Texts in Statistical Science): 9781584883227: Medicine &amp;amp;amp; Health Science Books @ Amazon.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 18:35:21 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-04-20T18:35:21Z</dc:date>
    <item>
      <title>Accounting for neighboring geospatial values in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199573#M10685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I originally asked this question on Stack Overflow and Stack Exchange, going to try my luck here this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to model the number of parks in a neighborhood as a function of education, land area (both continuous variables), and poverty percentage (categorical). There may be other covariates included but for the sake of the question I will exclude them for now. I chose a Poisson model because to my understanding this is the model that is ideal for count data and my data has a lot of sampling zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My unit of analysis for the neighborhood is the census tract. Using ArcGIS, I joined geocoded point information about parks to a census tract shape file, exported this information into SAS, and generated counts. I then ran the following Poisson model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc genmod data = parks;&lt;/P&gt;&lt;P&gt;class povper / descending;&lt;/P&gt;&lt;P&gt;model cnt = povper edu area / link=log dist=poi;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue with this model is that it doesn't take into account the number of parks in neighboring census tracts. I've been reading about possibly creating a spatially lagged dependent variable, but according to &lt;A href="http://stats.stackexchange.com/questions/135113/feasibility-of-negative-binomial-spatial-regression"&gt;this&lt;/A&gt; answer, spatial lag and poisson don't necessarily mix. All of the census tracts in my table have x/y coordinates. Does anyone have advice on how I could incorporate the park counts from neighboring census tracts into my model using SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2015 23:35:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199573#M10685</guid>
      <dc:creator>temporarydataset</dc:creator>
      <dc:date>2015-04-19T23:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting for neighboring geospatial values in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199574#M10686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried PROC GLIMMIX&amp;nbsp; RANDOM statement with TYPE=SP(GAU)(x,y)&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199574#M10686</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-04-20T18:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting for neighboring geospatial values in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199575#M10687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've never used the GLIMMIX statement before. What exactly does the type option represent? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199575#M10687</guid>
      <dc:creator>temporarydataset</dc:creator>
      <dc:date>2015-04-20T18:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting for neighboring geospatial values in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199576#M10688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this example in the PROC GLIMMIX doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glimmix_examples01.htm" title="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glimmix_examples01.htm"&gt;SAS/STAT(R) 13.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For lots of details, including SAS code, see Schabenberger &amp;amp; Gotway, &lt;EM&gt;Statistical Methods for Spatial Data Analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/Statistical-Methods-Spatial-Analysis-Chapman/dp/1584883227" title="http://www.amazon.com/Statistical-Methods-Spatial-Analysis-Chapman/dp/1584883227"&gt;Statistical Methods for Spatial Data Analysis (Chapman &amp;amp;amp; Hall/CRC Texts in Statistical Science): 9781584883227: Medicine &amp;amp;amp; Health Science Books @ Amazon.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Accounting-for-neighboring-geospatial-values-in-SAS/m-p/199576#M10688</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-04-20T18:35:21Z</dc:date>
    </item>
  </channel>
</rss>

