<?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 tests of equality after PROC MIXED or PROC GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/488296#M25355</link>
    <description>&lt;P&gt;Hello. Is there a way to test for equality of coefficients in multilevel models (using SAS 9.3 or 9.4)? I have some multilevel (random effects) models that I am estimating with PROC MIXED and I would like to know if two coefficients are statistically different from one another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this was not a multlevel I would have something like the equation below and use the test option,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;y=X1B1+X2B2+&lt;EM&gt;X3B3+&lt;/EM&gt;e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=temp1;&lt;/P&gt;&lt;P&gt;model zwfl=x1 x2 controllist;&lt;/P&gt;&lt;P&gt;t1: test x1=x2;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there a way to do this in a multilevel context? So after the following code?&lt;/P&gt;&lt;P&gt;proc mixed data=temp1;&lt;/P&gt;&lt;P&gt;class nbhid;&lt;/P&gt;&lt;P&gt;model zwfl=x1 x2 controllist/solution;&lt;/P&gt;&lt;P&gt;&amp;nbsp; random intercept/sub=nbhid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to do this after running a PROC GLIMMIX (similar situation with dichotomous outcome).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Aug 2018 17:58:24 GMT</pubDate>
    <dc:creator>srbotto</dc:creator>
    <dc:date>2018-08-20T17:58:24Z</dc:date>
    <item>
      <title>tests of equality after PROC MIXED or PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/488296#M25355</link>
      <description>&lt;P&gt;Hello. Is there a way to test for equality of coefficients in multilevel models (using SAS 9.3 or 9.4)? I have some multilevel (random effects) models that I am estimating with PROC MIXED and I would like to know if two coefficients are statistically different from one another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this was not a multlevel I would have something like the equation below and use the test option,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;y=X1B1+X2B2+&lt;EM&gt;X3B3+&lt;/EM&gt;e&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=temp1;&lt;/P&gt;&lt;P&gt;model zwfl=x1 x2 controllist;&lt;/P&gt;&lt;P&gt;t1: test x1=x2;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there a way to do this in a multilevel context? So after the following code?&lt;/P&gt;&lt;P&gt;proc mixed data=temp1;&lt;/P&gt;&lt;P&gt;class nbhid;&lt;/P&gt;&lt;P&gt;model zwfl=x1 x2 controllist/solution;&lt;/P&gt;&lt;P&gt;&amp;nbsp; random intercept/sub=nbhid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to do this after running a PROC GLIMMIX (similar situation with dichotomous outcome).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 17:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/488296#M25355</guid>
      <dc:creator>srbotto</dc:creator>
      <dc:date>2018-08-20T17:58:24Z</dc:date>
    </item>
    <item>
      <title>Betreff: tests of equality after PROC MIXED or PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/488315#M25357</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are the statements CONTRAST and ESTIMATE what you are looking for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bye,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 18:38:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/488315#M25357</guid>
      <dc:creator>Daniel_Paul</dc:creator>
      <dc:date>2018-08-20T18:38:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: tests of equality after PROC MIXED or PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490817#M25491</link>
      <description>&lt;P&gt;I thought that might be it, but aren't those more for predicted probabilities and not for testing the difference between estimated coefficients/effects?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 12:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490817#M25491</guid>
      <dc:creator>srbotto</dc:creator>
      <dc:date>2018-08-29T12:39:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: tests of equality after PROC MIXED or PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490819#M25492</link>
      <description>&lt;P&gt;To matche the PROC REG example of testing x1=x2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would use a contrast statement that looks at x1-x2&amp;nbsp;to see if the result is not significantly different than zero.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 12:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490819#M25492</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-29T12:46:32Z</dc:date>
    </item>
    <item>
      <title>Betreff: tests of equality after PROC MIXED or PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490909#M25498</link>
      <description>Thank you! I guess I hadn't quite understood the contrast statement.</description>
      <pubDate>Wed, 29 Aug 2018 16:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/tests-of-equality-after-PROC-MIXED-or-PROC-GLIMMIX/m-p/490909#M25498</guid>
      <dc:creator>srbotto</dc:creator>
      <dc:date>2018-08-29T16:30:41Z</dc:date>
    </item>
  </channel>
</rss>

