<?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>epi_econ_code Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>epi_econ_code Tracker</description>
    <pubDate>Sun, 19 Apr 2026 06:29:46 GMT</pubDate>
    <dc:date>2026-04-19T06:29:46Z</dc:date>
    <item>
      <title>Mixed model PROC LOGISTIC</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mixed-model-PROC-LOGISTIC/m-p/927578#M46162</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to statistical programming for a multilevel/mixed modeling. I am conducting a study where the outcome is (YES/NO) binary indicating the provision of HIV treatment at the facility level. My primary independent variable is the facility payment type i.e. accepts private, public insurance or cash payment; covariates include the census region, state policy on HIV programs, and state HIV prevalence rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am conducting logistic regression analysis as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Provision of HIV treatment= B0 +B1 (payment type) + B2 (census region) +&lt;U&gt; &lt;STRONG&gt;B3 (state HIV policy)&lt;/STRONG&gt;&lt;/U&gt; + &lt;U&gt;&lt;STRONG&gt;B4 ( tertile of state HIV prevalence rate)&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;My goal is to assess the association between payment type and provision of HIV treatment. My question is that the unit of analysis for this study is the FACILITY whereas the information for state HIV policy and prevalence rate is pulled from the state level data and then extended to facility level depending on which state the facility belongs to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For eg: If California has highest HIV prevalance rate, according to the tertile category, it falls in the highest tertile group with value 2; because the tertile has values 0,1,2.&lt;/P&gt;&lt;P&gt;Now because California has the value of prevalence rate=2, all the facilities belonging to the state of California has value of 2 assigned to them for the purpose of the analysis. Similarly facilities belonging to other states have been assigned values depending on which category the state is assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure which is the correct model to use here? does simple proc logistic will do and if the methodology of extending state level information to facility level is correct because there might be states with a large number of facilities or vice versa?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help is appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 18:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mixed-model-PROC-LOGISTIC/m-p/927578#M46162</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-05-08T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926382#M24578</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;I came across your solution for other graph-related questions. Is this something you can help with? I really would appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 19:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926382#M24578</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T19:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926337#M24577</link>
      <description>Not sure how to code for adding the count as bubble (I am new to using PROC GMAP)&lt;BR /&gt;I used the following code to get the current map: legend1 label=(f=swissb j=c '% of households who need meals') across=4 down=2 frame position=(top center&lt;BR /&gt;inside);&lt;BR /&gt;legend2 label=(f=swissb j=c 'Number of school meal programs') across=3 down=1 frame position=(bottom center&lt;BR /&gt;inside);&lt;BR /&gt;title h=4 f=swissb 'Availability of meal programs and percentage of households in need';&lt;BR /&gt;proc gmap data = ccs2019 map=maps.us ;&lt;BR /&gt;&lt;BR /&gt;id state;&lt;BR /&gt;area les_tert/legend=legend1;&lt;BR /&gt;block ccs_count/levels=3 legend=legend2 ;&lt;BR /&gt;format les_tert les_tert.;&lt;BR /&gt;run;&lt;BR /&gt;quit;</description>
      <pubDate>Mon, 29 Apr 2024 16:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926337#M24577</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T16:43:25Z</dc:date>
    </item>
    <item>
      <title>PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926313#M24574</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;BR /&gt;I am trying to create a map using the gmap procedure. I was able to successfully create the map as shown in the attached images. However, the block option allows us to create a 3-D map and the journal I want to publish this in does not accept 3-D graphs. How can I show the counts of the facilities that is shown using the block option in a 2-D format? Basically, how can I incorporate the information coming from two response variables in a choropleth map?&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Help to change this block into a 2-D map" style="width: 597px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95997i1F7AD00323077D71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-29 at 10.43.29 AM.png" alt="Help to change this block into a 2-D map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Help to change this block into a 2-D map&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926313#M24574</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Annotating using dot PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotating-using-dot-PROC-GMAP/m-p/926206#M24569</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="Coordinates Not Being Displayed in proc gmap" uid="887343" url="https://communities.sas.com/t5/Graphics-Programming/Coordinates-Not-Being-Displayed-in-proc-gmap/m-p/887343#U887343" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; &lt;LI-MESSAGE title="PROC GMAP color change by level" uid="847669" url="https://communities.sas.com/t5/SAS-Programming/PROC-GMAP-color-change-by-level/m-p/847669#U847669" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; &lt;LI-MESSAGE title="CHORO and ANNOTATE combination" uid="357687" url="https://communities.sas.com/t5/Graphics-Programming/CHORO-and-ANNOTATE-combination/m-p/357687#U357687" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;I have a USA map ready with the default PROC GMAP settings categorized based on the tertile of a service need in the US.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;proc gmap data = data2019 map=maps.us;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;id state;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;choro service_need_tertile;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now, I have the count of facilities in each of the US that is present to fulfil that service need. I have to add that information on the map; where one dot should represent one facility in that state (similar to the second attached graph with red and green color)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any help in accomplishing this task will be helpful. The name to the variable that gives the count is &lt;EM&gt;SERVICE_COUNT&lt;/EM&gt;&lt;/STRONG&gt;&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;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MY current map" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95978iB4DBBCBB35D016B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-28 at 2.38.21 AM.png" alt="MY current map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;MY current map&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="What I want to achieve" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95979i546CC4F242EFAFEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-28 at 2.37.31 AM.png" alt="What I want to achieve" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;What I want to achieve&lt;/span&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 06:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotating-using-dot-PROC-GMAP/m-p/926206#M24569</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-28T06:53:16Z</dc:date>
    </item>
  </channel>
</rss>

