<?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: PROC MIANALYZE to pool hazard ratios for continuous exposure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-to-pool-hazard-ratios-for-continuous-exposure/m-p/709281#M34335</link>
    <description>&lt;P&gt;It's probably easier to use data, I used this code recently:&lt;/P&gt;&lt;PRE&gt;proc sort data=Estimates;
	by Label _Imputation_;
run;
ods select none;
proc mianalyze data = Estimates;
	by Label;
	modeleffects Estimate;
	stderr StdErr;
	ods dataset ParameterEstimates=parms;
run;&lt;BR /&gt;ods select all;&lt;/PRE&gt;&lt;P&gt;Note that I use the unexponentiated estimates, since Rubin's rules requires the estimates to be approximately normally distributed, so just &lt;SPAN&gt;exponentiate&lt;/SPAN&gt; the results in parms to get HR:s and CI:s.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 19:03:52 GMT</pubDate>
    <dc:creator>LinusS_</dc:creator>
    <dc:date>2021-01-04T19:03:52Z</dc:date>
    <item>
      <title>PROC MIANALYZE to pool hazard ratios for continuous exposure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-to-pool-hazard-ratios-for-continuous-exposure/m-p/709236#M34326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking to pool results after using a macro by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/46960"&gt;@LinusS_&lt;/a&gt;&amp;nbsp;to output hazard ratios for each level of a continuous exposure. The dataset looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;_imputation_     Exposure     Estimate     StdErr&lt;/STRONG&gt;
1                10           -0.3         0.4            
...              ...          ...          ...
1                60           -0.6         0.2&lt;/PRE&gt;&lt;P&gt;And so on for each imputation cycle for up to 10 imputed datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a novice when it comes to using PROC MIANALYZE, so I'm not sure how to use it when the dataset I'm trying to pool the data from wasn't created by a SAS PROC. Do I use parm= or data=? Any help would be greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 15:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-to-pool-hazard-ratios-for-continuous-exposure/m-p/709236#M34326</guid>
      <dc:creator>sseb</dc:creator>
      <dc:date>2021-01-04T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIANALYZE to pool hazard ratios for continuous exposure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-to-pool-hazard-ratios-for-continuous-exposure/m-p/709281#M34335</link>
      <description>&lt;P&gt;It's probably easier to use data, I used this code recently:&lt;/P&gt;&lt;PRE&gt;proc sort data=Estimates;
	by Label _Imputation_;
run;
ods select none;
proc mianalyze data = Estimates;
	by Label;
	modeleffects Estimate;
	stderr StdErr;
	ods dataset ParameterEstimates=parms;
run;&lt;BR /&gt;ods select all;&lt;/PRE&gt;&lt;P&gt;Note that I use the unexponentiated estimates, since Rubin's rules requires the estimates to be approximately normally distributed, so just &lt;SPAN&gt;exponentiate&lt;/SPAN&gt; the results in parms to get HR:s and CI:s.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-to-pool-hazard-ratios-for-continuous-exposure/m-p/709281#M34335</guid>
      <dc:creator>LinusS_</dc:creator>
      <dc:date>2021-01-04T19:03:52Z</dc:date>
    </item>
  </channel>
</rss>

