<?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: SAS Meta Analysis, Funnel plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896986#M354463</link>
    <description>&lt;P&gt;Which variable is used for which part of the plot? Any plot in two dimensions requires knowing which is an X axis value and which is a Y axis value. Other variables may be used to label or adjust display in some manner. But you haven't given us much to go on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should paste code such as a data step into a text box opened with the &amp;lt;/&amp;gt; icon that appears above the message window. Your code as shown gets invalid data messages because there is not enough space, possibly because this forum re-formats text pasted into the main window, between the Subgroup and N_Gin values. So N_gin on the the last record becomes part of Subgroup and there are not enough values for the other variables and all of the ones after N_gin are in the wrong variable.&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/263597"&gt;@mzfirat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following simple data set and I have been trying to do Meta analysis and obtain Funnel plot. I would be grateful if you could help me solve this problem.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data mydata1 ;&lt;BR /&gt;input Record Subgroup $3-25 N_Gin MMP_Mean_Gin MMP_Std_Gin N_Healthy MMP_Mean_Healthy MMP_Std_Healthy;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Yucel et al. 2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 609.77 174.13 23 625.74 163.1&lt;BR /&gt;2 Rai et al. 2008&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18 312 301.8 15 95.2 70.2&lt;BR /&gt;3 Ebersole et al. 2015&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43 199 29.1 65 130.7 14.50&lt;BR /&gt;4 Syndergaard et al. 2014 40 208.2 194.2 40 156.7 121.9&lt;BR /&gt;5 Bostancı et al. 2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 31 272.4 403.2 36 76.5 53.7&lt;BR /&gt;6 Zhang et al. 2021 24 603.2 220.7 25 435.8 180.6&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 17:07:26 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-10-03T17:07:26Z</dc:date>
    <item>
      <title>SAS Meta Analysis, Funnel plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896860#M354392</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following simple data set and I have been trying to do Meta analysis and obtain Funnel plot. I would be grateful if you could help me solve this problem.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data mydata1 ;&lt;BR /&gt;input Record Subgroup $3-25 N_Gin MMP_Mean_Gin MMP_Std_Gin N_Healthy MMP_Mean_Healthy MMP_Std_Healthy;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Yucel et al. 2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 609.77 174.13 23 625.74 163.1&lt;BR /&gt;2 Rai et al. 2008&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18 312 301.8 15 95.2 70.2&lt;BR /&gt;3 Ebersole et al. 2015&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43 199 29.1 65 130.7 14.50&lt;BR /&gt;4 Syndergaard et al. 2014 40 208.2 194.2 40 156.7 121.9&lt;BR /&gt;5 Bostancı et al. 2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 31 272.4 403.2 36 76.5 53.7&lt;BR /&gt;6 Zhang et al. 2021 24 603.2 220.7 25 435.8 180.6&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 06:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896860#M354392</guid>
      <dc:creator>mzfirat</dc:creator>
      <dc:date>2023-10-03T06:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Meta Analysis, Funnel plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896986#M354463</link>
      <description>&lt;P&gt;Which variable is used for which part of the plot? Any plot in two dimensions requires knowing which is an X axis value and which is a Y axis value. Other variables may be used to label or adjust display in some manner. But you haven't given us much to go on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should paste code such as a data step into a text box opened with the &amp;lt;/&amp;gt; icon that appears above the message window. Your code as shown gets invalid data messages because there is not enough space, possibly because this forum re-formats text pasted into the main window, between the Subgroup and N_Gin values. So N_gin on the the last record becomes part of Subgroup and there are not enough values for the other variables and all of the ones after N_gin are in the wrong variable.&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/263597"&gt;@mzfirat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following simple data set and I have been trying to do Meta analysis and obtain Funnel plot. I would be grateful if you could help me solve this problem.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data mydata1 ;&lt;BR /&gt;input Record Subgroup $3-25 N_Gin MMP_Mean_Gin MMP_Std_Gin N_Healthy MMP_Mean_Healthy MMP_Std_Healthy;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Yucel et al. 2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 609.77 174.13 23 625.74 163.1&lt;BR /&gt;2 Rai et al. 2008&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18 312 301.8 15 95.2 70.2&lt;BR /&gt;3 Ebersole et al. 2015&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43 199 29.1 65 130.7 14.50&lt;BR /&gt;4 Syndergaard et al. 2014 40 208.2 194.2 40 156.7 121.9&lt;BR /&gt;5 Bostancı et al. 2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 31 272.4 403.2 36 76.5 53.7&lt;BR /&gt;6 Zhang et al. 2021 24 603.2 220.7 25 435.8 180.6&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 17:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896986#M354463</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-10-03T17:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Meta Analysis, Funnel plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896996#M354468</link>
      <description>&lt;P&gt;The meta-analysis is used to assess the impact by comparing the average concentration of 8-OHdG in gingivitis patients with that in a healthy control group. I want to assess the heterogeneity through the Q test's p-value and I2. I can easily obtain the Forest plots. But I need a&amp;nbsp; funnel plot depicting publication bias, and calculations including Egger's regression intercept, and its associated p-value. There will be mean difference on the X axis and standard error on the y axis in my funnel plot.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;proc format;
   value std_fmt
   1='Cross sectional'
   2='Case control';
run;
data mydata1 ;
input Record Subgroup $3-25 StudyType N_Gin	MMP_Mean_Gin	MMP_Std_Gin	N_Healthy	MMP_Mean_Healthy	MMP_Std_Healthy;
format StudyType std_fmt.;
datalines;
1 Yucel et al. 2020       1 20	609.77	174.13	23	625.74	163.1
2 Rai et al. 2008         1 18	312	    301.8	15	95.2	70.2
3 Ebersole et al. 2015    2 43	199	    29.1	65	130.7	14.50
4 Syndergaard et al. 2014 2 40	208.2	194.2	40	156.7	121.9
5 Bostancı et al. 2021    1 31	272.4	403.2	36	76.5	53.7
6 Zhang et al. 2021       1 24	603.2	220.7	25	435.8	180.6
;
run;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 17:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Meta-Analysis-Funnel-plot/m-p/896996#M354468</guid>
      <dc:creator>mzfirat</dc:creator>
      <dc:date>2023-10-03T17:41:26Z</dc:date>
    </item>
  </channel>
</rss>

