<?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: Determining if Random Effects are Significant in Proc HPMIXED in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870306#M343753</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you complaining that PROC HPMIXED does not have a COVTEST option and PROC MIXED does? It would have helped to specify that from the beginning of your question.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;So I am experiencing it now too (was unaware of it).&lt;BR /&gt;Perhaps you could switch to PROC LMIXED (SAS VIYA). That is even faster than PROC HPMIXED.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 08:06:32 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-04-18T08:06:32Z</dc:date>
    <item>
      <title>Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870188#M343717</link>
      <description>&lt;P&gt;Hi every One,&lt;/P&gt;&lt;P&gt;I need your help, i am using mixed model in sas with proc HPMIXEd and i need to loook closley to my random effect if&amp;nbsp; it is significant or not, of course in table of COVPARMS,&amp;nbsp; like fixed effect table analysis&amp;nbsp; and after many reseach hard reseach i cant find any thing clear especially when it comes to proc Hpmixed .&lt;/P&gt;&lt;P&gt;so please&amp;nbsp;Don't skimp on me if you have any information .&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870188#M343717</guid>
      <dc:creator>Ameurgen</dc:creator>
      <dc:date>2023-04-17T15:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870194#M343719</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the MODEL statement and on the RANDOM statement , put an "s" (for &lt;STRONG&gt;&lt;U&gt;s&lt;/U&gt;&lt;/STRONG&gt;olution) as an option behind the forward slash.&lt;/P&gt;
&lt;P&gt;You will then get Solution for Fixed Effects and Solution for Random Effects. Both estimates and p-values !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like here :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   model Height = Gender / s;
   random Family Family*Gender / s;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870194#M343719</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-04-17T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870197#M343720</link>
      <description>&lt;P&gt;Thank you sir,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your reply and i have a question this s option after Random statement its will give us the solution of each class of the random effect,&amp;nbsp; i shar with you my covparms estimate , the question is , is 0.17 from HY VARIABLE is significant or not and which test can confim this results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV align="center"&gt;&lt;DIV class=""&gt;&lt;DIV align="center"&gt;&lt;DIV class=""&gt;&lt;DIV align="center"&gt;Covariance ParameterEstimates&amp;nbsp;Cov Parm Estimate&amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV align="center"&gt;HY =0.1758&amp;nbsp;&lt;/DIV&gt;&lt;DIV align="center"&gt;dam_YOB = 0.007&lt;/DIV&gt;&lt;DIV align="center"&gt;Residual =2.7753&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Apr 2023 15:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870197#M343720</guid>
      <dc:creator>Ameurgen</dc:creator>
      <dc:date>2023-04-17T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870306#M343753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you complaining that PROC HPMIXED does not have a COVTEST option and PROC MIXED does? It would have helped to specify that from the beginning of your question.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;So I am experiencing it now too (was unaware of it).&lt;BR /&gt;Perhaps you could switch to PROC LMIXED (SAS VIYA). That is even faster than PROC HPMIXED.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 08:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/870306#M343753</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-04-18T08:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/871650#M344372</link>
      <description>&lt;P&gt;Following my question and since no one can suggest me a solution, i find such good solution to determine wether or not the random effetc is significant or not in the mixed model using Hpmixed, so all we know we can do it with proc mixed since we have the COVTEST statement to meseare this significativity but&amp;nbsp; in such case of big data like i use the option of proc mixed is not suitable required a lot memory s, briefly my idea is using fist hpixed to output your covariance parameter table and after using to next step with proc mixed but here you can added as pdata in PARMS statement and you will get your significant wald test for your random effect. unfortunatly with this i sill not get my results. so i thought to shar this information that will be good for sas communities.&lt;/P&gt;&lt;P&gt;thank you all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AMEUR&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 16:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/871650#M344372</guid>
      <dc:creator>Ameurgen</dc:creator>
      <dc:date>2023-04-24T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if Random Effects are Significant in Proc HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/871710#M344409</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431097"&gt;@Ameurgen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;unfortunately with this I still not get my results.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How do you mean?&lt;BR /&gt;Are you getting an out-of-memory ERROR?&lt;BR /&gt;Do you stop the program from running after 30 hours (because you are tired of waiting)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The below paper provides recommendations for circumventing memory problems and reducing execution times for your mixed modeling analyses.&lt;/P&gt;
&lt;P&gt;Paper 332-2012&lt;BR /&gt;Tips and Strategies for Mixed Modeling with&lt;BR /&gt;SAS/STAT® Procedures&lt;BR /&gt;Kathleen Kiernan, Jill Tao, and Phil Gibbs, SAS Institute Inc., Cary, NC, USA&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings12/332-2012.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings12/332-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 20:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Determining-if-Random-Effects-are-Significant-in-Proc-HPMIXED/m-p/871710#M344409</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-04-24T20:29:51Z</dc:date>
    </item>
  </channel>
</rss>

