<?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: forest plot of subgroup in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470389#M16222</link>
    <description>&lt;P&gt;No errors on my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the code from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/files/2016/05/Subgrouped_Forest_Plot_SG_94.txt" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/files/2016/05/Subgrouped_Forest_Plot_SG_94.txt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may require SAS 9.4 TS1M3 at least though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72105"&gt;@lillymaginta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks Reeza but this code has some errors&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 17:33:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-06-14T17:33:05Z</dc:date>
    <item>
      <title>forest plot of subgroup</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470346#M16214</link>
      <description>&lt;P&gt;data work.forest;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input subgroup $1-16 count person-yr event crude HR LowerCL UpperCL;&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;age 34123 34523 74 9&amp;nbsp; 0.590 0.096 3.634&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;65 12451 43541 86 10 0.464 0.201 1.074&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;65 23451 54211 96 11 0.394 0.076 2.055;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a forest plot that shows the above information. I want the bars to reflect the hazard ratio and lower/upper CI and all other information to be listed on the side of the&amp;nbsp;bars (count, person-yr, event). Any help is much appreciated! Something that looks like the graph below but with different information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://designdatadecisions.files.wordpress.com/2016/07/forestplot1.png?w=450&amp;amp;h=406&amp;amp;fit=609%2C406" border="0" alt="Image result for forest plot" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 15:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470346#M16214</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2018-06-14T15:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: forest plot of subgroup</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470368#M16215</link>
      <description>&lt;P&gt;Looks pretty darn close to this blog post:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/05/30/ctspedia-clinical-graphs-subgrouped-forest-plot/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2016/05/30/ctspedia-clinical-graphs-subgrouped-forest-plot/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code is included in the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470368#M16215</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-14T16:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: forest plot of subgroup</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470385#M16221</link>
      <description>&lt;P&gt;Thanks Reeza but this code has some errors&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 17:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470385#M16221</guid>
      <dc:creator>lillymaginta</dc:creator>
      <dc:date>2018-06-14T17:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: forest plot of subgroup</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470389#M16222</link>
      <description>&lt;P&gt;No errors on my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the code from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/files/2016/05/Subgrouped_Forest_Plot_SG_94.txt" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/files/2016/05/Subgrouped_Forest_Plot_SG_94.txt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may require SAS 9.4 TS1M3 at least though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72105"&gt;@lillymaginta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks Reeza but this code has some errors&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 17:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470389#M16222</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-14T17:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: forest plot of subgroup</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470602#M16228</link>
      <description>&lt;P&gt;Please post the error messages from the log, and the version of SAS (including maintenance level).&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 14:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/forest-plot-of-subgroup/m-p/470602#M16228</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-06-15T14:09:29Z</dc:date>
    </item>
  </channel>
</rss>

