<?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 plots and Funnel plots in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714533#M21002</link>
    <description>&lt;A href="https://blogs.sas.com/content/iml/2020/04/20/funnel-plot-covid-nc.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2020/04/20/funnel-plot-covid-nc.html&lt;/A&gt;</description>
    <pubDate>Wed, 27 Jan 2021 12:15:25 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-01-27T12:15:25Z</dc:date>
    <item>
      <title>Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714357#M20997</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just started my Graduate degree, and for my meta-analysis course we are using SAS.&lt;/P&gt;&lt;P&gt;I have never used this program, as my preferred STATS program in my undergrad was RStudio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have managed to import my data set and generate a table for it in SASuniversity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now need to make a funnel plot and forest plot, but do not even know where to start (and our course has no guidelines).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone is able to help me with this, I would be forever grateful! I have attached my data set, and below is my code I used to import and generate a table for the first steps of my homework.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE="/folders/myfolders/sasuser.v94/MOZARTlecture4/Mozart_dataset.xlsx"&lt;BR /&gt;OUT=WORK.mozart_data&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;/** Print the results. **/&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=WORK.mozart_data; RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714357#M20997</guid>
      <dc:creator>rutherfa12</dc:creator>
      <dc:date>2021-01-26T18:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714362#M20998</link>
      <description>&lt;P&gt;Start by googling. Sanjay, me, and others have all written extensively about forest plots.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 18:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714362#M20998</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2021-01-26T18:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714374#M20999</link>
      <description>I have extensively, but this being the first time I have used SAS, the code your provide in some of the articles I have read are difficult for me to decipher.&lt;BR /&gt;&lt;BR /&gt;I need a beginners step by step guide.&lt;BR /&gt;Are there any books your would recommend?</description>
      <pubDate>Tue, 26 Jan 2021 19:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714374#M20999</guid>
      <dc:creator>rutherfa12</dc:creator>
      <dc:date>2021-01-26T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714388#M21000</link>
      <description>Have you tried following through one of the blog posts - pick the one that's closest to the output you want?&lt;BR /&gt;My usual approach is to find something similar enough, make sure the example code works and then wrangle my data into the same format the example data used.</description>
      <pubDate>Tue, 26 Jan 2021 19:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714388#M21000</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-01-26T19:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714525#M21001</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; for funnel plot.&lt;/P&gt;
&lt;P&gt;Rick just wrote a blog about it . Search at&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/" target="_blank"&gt;https://blogs.sas.com/content/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 11:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714525#M21001</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-27T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714533#M21002</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2020/04/20/funnel-plot-covid-nc.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2020/04/20/funnel-plot-covid-nc.html&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jan 2021 12:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714533#M21002</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-27T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714767#M21006</link>
      <description>&lt;P&gt;Here are a few hints to help you get started:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The main plotting procedure is PROC SGPLOT.&lt;/LI&gt;
&lt;LI&gt;The most common way to create a forest plot is to plot the average effect (MD) on the X axis and the study ID (Study_ID ) on the vertical axis. This is done by using the SCATTER statement. So read about the SCATTER statement.&amp;nbsp;&lt;STRONG&gt;STEP 1: Create a scatter plot of these two variables.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;There are two different treatments in the studies. It would be nice to draw them in different colors, right? Look up the GROUP= option on the SCATTER statement. &lt;STRONG&gt;STEP 2: modify the scatter plot so that it displays the two treatments in different colors.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;To incorporate the confidence limits, look up examples of how to use the XERRORLOWER= and XERRORUPPER= options. &lt;STRONG&gt;STEP 3: Modify the scatter plot to incorporate the confidence limits.&lt;/STRONG&gt;&amp;nbsp; I do not know what LCL is versus LCL_2, so ask your instructor or a friend how you should create the confidence limits.&lt;/LI&gt;
&lt;LI&gt;Sometimes in a forest plot, it is useful to plot a reference line at 0 to show which studies had CLs that included 0 ("no difference") as a possible conclusion. You can look up the REFLINE statement to see how to add a reference line at x=0 on the X axis.&amp;nbsp;&lt;STRONG&gt;STEP 4 (optional): Add a reference line at MD=0.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 27 Jan 2021 20:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714767#M21006</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-27T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714772#M21007</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Making forest plots is generally a tedious process when it comes to actually performing the analysis and putting the data set together.&amp;nbsp; It looks like you've already done this for the most part.&amp;nbsp; From there you can use simple tools like SCATTER, HIGHLOW, and YAXISTABLE in SGPLOT to take care of the heavy lifting.&amp;nbsp; I have a paper/macro that makes forest plots while also automating the analysis, but perhaps you'd be interested in reading about the methods I use (which are a bit more advanced).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/MVMODELS-a-Macro-for-Survival-and-Logistic-Analysis/ta-p/635217" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/MVMODELS-a-Macro-for-Survival-and-Logistic-Analysis/ta-p/635217&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 20:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/714772#M21007</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2021-01-27T20:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forest plots and Funnel plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/717826#M21029</link>
      <description>&lt;P&gt;This blog post has complete code on how you make a Forest plot using data that you have available in SAS as a sample data set. You can then replace the data with your own data:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/22/tips-tricks-segmented-discrete-axis/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/10/22/tips-tricks-segmented-discrete-axis/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 09:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forest-plots-and-Funnel-plots/m-p/717826#M21029</guid>
      <dc:creator>JB1_DK</dc:creator>
      <dc:date>2021-02-09T09:56:39Z</dc:date>
    </item>
  </channel>
</rss>

