<?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: Mixture of chi square with NLMixed in sas in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/911425#M45236</link>
    <description>&lt;P&gt;I think you are asking about testing Ho: Variance = 0 vs Ha: Variance &amp;gt;0. When you use the COVTEST statement in GLIMMIX, the procedure automatically uses a mixture of chi-square statistics when appropriate (and it tells you in the results).&amp;nbsp; The mixture is typically needed when the variance parameter is on the boundary (e.g., 0).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/40/724.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/40/724.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to learn about COVTEST (this is different than the covtest option in MIXED).&amp;nbsp; The online documentation for GLIMMIX will explain COVTEST in more details, with simpler examples. This is a likelihood ratio test, where the ratio is compared with the chi-square statistic (mixture or otherwise, depending on the situation).&amp;nbsp; This is explained also in:&lt;/P&gt;
&lt;P&gt;chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/forum2007/177-2007.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/forum2007/177-2007.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 17:56:14 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2024-01-12T17:56:14Z</dc:date>
    <item>
      <title>Mixture of chi square with NLMixed in sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/909952#M45179</link>
      <description>&lt;P&gt;Please which code can i use to test for random effects (random intercepts and random slopes) using a mixture of chi sqaures&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2023 23:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/909952#M45179</guid>
      <dc:creator>Gilles-Protais</dc:creator>
      <dc:date>2023-12-30T23:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of chi square with NLMixed in sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/910026#M45181</link>
      <description>&lt;P&gt;I am not sure if the following CHISQ option is what you are looking for ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=sashelp.heart(obs=100) ;
class bp_status sex;
model weight=height sex/s chisq;
random int sex/subject=bp_status  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp; @lvm&amp;nbsp; knew it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 05:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/910026#M45181</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-01-02T05:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of chi square with NLMixed in sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/911425#M45236</link>
      <description>&lt;P&gt;I think you are asking about testing Ho: Variance = 0 vs Ha: Variance &amp;gt;0. When you use the COVTEST statement in GLIMMIX, the procedure automatically uses a mixture of chi-square statistics when appropriate (and it tells you in the results).&amp;nbsp; The mixture is typically needed when the variance parameter is on the boundary (e.g., 0).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/40/724.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/40/724.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to learn about COVTEST (this is different than the covtest option in MIXED).&amp;nbsp; The online documentation for GLIMMIX will explain COVTEST in more details, with simpler examples. This is a likelihood ratio test, where the ratio is compared with the chi-square statistic (mixture or otherwise, depending on the situation).&amp;nbsp; This is explained also in:&lt;/P&gt;
&lt;P&gt;chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/forum2007/177-2007.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/forum2007/177-2007.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 17:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Mixture-of-chi-square-with-NLMixed-in-sas/m-p/911425#M45236</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2024-01-12T17:56:14Z</dc:date>
    </item>
  </channel>
</rss>

