<?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 Meta-analysing data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Meta-analysing-data/m-p/288389#M59469</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am really stuck on this one and really appreciate any help i could get....&lt;/P&gt;
&lt;P&gt;I have a number of studies with intervension and control and success rates for each group:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data meta;
  input Study $1-16 Total_Intervention Success_Intervension Total_Control Success_Control ;
  ObsId=_N_;
  datalines;
Modano  (1967)    100	10	150	12
Borodan (1981)    200	15	250	19
Leighton (1972)   300	23	350	26
Novak   (1992)    400	33	450	33
Stawer  (1998)    500	40	550	36

;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Could anyone please guide me on how to do a meta-analysis and then present data as Forest plot?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Really appreciate any help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;AM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jul 2016 12:49:53 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2016-07-31T12:49:53Z</dc:date>
    <item>
      <title>Meta-analysing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-analysing-data/m-p/288389#M59469</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am really stuck on this one and really appreciate any help i could get....&lt;/P&gt;
&lt;P&gt;I have a number of studies with intervension and control and success rates for each group:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data meta;
  input Study $1-16 Total_Intervention Success_Intervension Total_Control Success_Control ;
  ObsId=_N_;
  datalines;
Modano  (1967)    100	10	150	12
Borodan (1981)    200	15	250	19
Leighton (1972)   300	23	350	26
Novak   (1992)    400	33	450	33
Stawer  (1998)    500	40	550	36

;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Could anyone please guide me on how to do a meta-analysis and then present data as Forest plot?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Really appreciate any help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s4"&gt;AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 12:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-analysing-data/m-p/288389#M59469</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2016-07-31T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Meta-analysing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Meta-analysing-data/m-p/288399#M59476</link>
      <description>I don't know about meta analysis, but apparently there are number of ways of creating a forest plot in SAS, just search support.sas.com.</description>
      <pubDate>Sun, 31 Jul 2016 15:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Meta-analysing-data/m-p/288399#M59476</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-07-31T15:01:20Z</dc:date>
    </item>
  </channel>
</rss>

