<?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: Compute IQR and STD per record to proc gmap in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659354#M197541</link>
    <description>&lt;P&gt;IQR and STD are not record level data, they're aggregate statistics that represent a group of data not a single point.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you explain in more detail what you're looking for?&lt;/P&gt;
&lt;P&gt;If you could provide your data as a data step that's appreciated as well.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2020 01:50:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-06-16T01:50:55Z</dc:date>
    <item>
      <title>Compute IQR and STD per record to proc gmap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659179#M197537</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to describe the extent of inequality in health behavior in Korea using descriptive statistics.The variable is continuous&amp;nbsp;and the data is attached to this post. I already mapped actual health behavior using proc gmap approach shown in the code below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, I also would like to map the standard deviation and inter-quartile difference of each observation (each district and 250 districts in total) of the variable using the same gmap approach. Since mapping IQR diff and STD maybe more meaningful than visualizing actual variable given the purpose is to show disparity in the spatial distribution of the variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me compute inter-quartile difference and STD of the variable for each observation in the data?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I greatly appreciate any hints or suggestions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gmap data=have map=mapsgfk.south_korea;
id id;
choro health_behavior/ legend=legend1;
legend1 position=(bottom center inside) across=1 mode=reserve 
label=(position=top j=c);
format std_health_behavior comma5.;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 01:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659179#M197537</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-06-16T01:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compute IQR and STD per record to proc gmap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659354#M197541</link>
      <description>&lt;P&gt;IQR and STD are not record level data, they're aggregate statistics that represent a group of data not a single point.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you explain in more detail what you're looking for?&lt;/P&gt;
&lt;P&gt;If you could provide your data as a data step that's appreciated as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 01:50:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659354#M197541</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-16T01:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compute IQR and STD per record to proc gmap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659450#M197547</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Reeza, thanks for asking.&amp;nbsp;I'm trying to come up with a map presenting the inter-quintile differences in health behavior in 250 districts of Korea. Inter-quintile or standard deviation of each observation would present the gap in health behavior across the 245 districts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 10:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/659450#M197547</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-06-16T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compute IQR and STD per record to proc gmap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/660087#M197621</link>
      <description>Inter-quintile differences is not a term I'm familiar with, I'm assuming it's from economics? You'll need to match the papers definition but I only quickly skimmed it and couldn't find an obvious definition in the supplement. Unfortunately I cannot take that time this week to deep dive into a paper. Good Luck.</description>
      <pubDate>Tue, 16 Jun 2020 15:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/660087#M197621</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-16T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compute IQR and STD per record to proc gmap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/660126#M197634</link>
      <description>I had same exact thought process. Thanks Reeza. This helps. By the way, I decided to map the value itself which leads to a meaningful interpretations that makes sense given the country's local health and economic contexts. Thanks again for taking your time and responding to me.</description>
      <pubDate>Tue, 16 Jun 2020 17:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compute-IQR-and-STD-per-record-to-proc-gmap/m-p/660126#M197634</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-06-16T17:48:52Z</dc:date>
    </item>
  </channel>
</rss>

