<?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 Proc mianalyze for type 3 tests in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/497598#M25725</link>
    <description>&lt;P&gt;I'm trying to pool type 3 tests from a regression model using proc genmod, across 10 imputed data sets. Is there a macro to leverage the ods type3 output table I can use to generate a pooled estimate of the p-value (for example, for "X1" in the code snippet below)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;proc genmod data=data plots=(dfbetacs); &lt;BR /&gt; class id time;&lt;BR /&gt; model y=time X1 time*X1 X2*time X3*time /noint dist=normal link=identity id=studyid type3;&lt;BR /&gt; repeated subject=id/type=ind ecovb;&lt;BR /&gt; weight &amp;amp;weight;&lt;BR /&gt; ods output GEEEmpPEst=emp_est type3=type3table; ;&lt;BR /&gt; by _imputation_;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc mianalyze parms (classvar=level)= emp_est;&lt;BR /&gt; class time ;&lt;BR /&gt; modeleffects time*X1; &lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 22:42:31 GMT</pubDate>
    <dc:creator>ProfB</dc:creator>
    <dc:date>2018-09-20T22:42:31Z</dc:date>
    <item>
      <title>Proc mianalyze for type 3 tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/497598#M25725</link>
      <description>&lt;P&gt;I'm trying to pool type 3 tests from a regression model using proc genmod, across 10 imputed data sets. Is there a macro to leverage the ods type3 output table I can use to generate a pooled estimate of the p-value (for example, for "X1" in the code snippet below)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;proc genmod data=data plots=(dfbetacs); &lt;BR /&gt; class id time;&lt;BR /&gt; model y=time X1 time*X1 X2*time X3*time /noint dist=normal link=identity id=studyid type3;&lt;BR /&gt; repeated subject=id/type=ind ecovb;&lt;BR /&gt; weight &amp;amp;weight;&lt;BR /&gt; ods output GEEEmpPEst=emp_est type3=type3table; ;&lt;BR /&gt; by _imputation_;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc mianalyze parms (classvar=level)= emp_est;&lt;BR /&gt; class time ;&lt;BR /&gt; modeleffects time*X1; &lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/497598#M25725</guid>
      <dc:creator>ProfB</dc:creator>
      <dc:date>2018-09-20T22:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mianalyze for type 3 tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/497778#M25727</link>
      <description>While there is no way to combine the Type3 tests in MIANALYZE you can combine the Chi-Square statistics themselves from the Type3 tests using the COMBCHI macro found on Paul Allison's web site.&lt;BR /&gt;&lt;A href="http://www.ssc.upenn.edu/~allison/" target="_blank"&gt;http://www.ssc.upenn.edu/~allison/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2018 12:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/497778#M25727</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-09-21T12:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc mianalyze for type 3 tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/498401#M25748</link>
      <description>&lt;P&gt;Thanks, I will give this a shot!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 14:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-mianalyze-for-type-3-tests/m-p/498401#M25748</guid>
      <dc:creator>ProfB</dc:creator>
      <dc:date>2018-09-24T14:07:52Z</dc:date>
    </item>
  </channel>
</rss>

