<?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 Output Fixed and Random Effects in PROC HPMIXED in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Output-Fixed-and-Random-Effects-in-PROC-HPMIXED/m-p/294406#M60048</link>
    <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running a PROC MIXED procedure of the following:&lt;/P&gt;
&lt;P&gt;proc hpmixed data=data.stand_10;&lt;BR /&gt;class x y z; &lt;BR /&gt;model log_quantity=a b c/s outp=out.xyz_&amp;amp;product;&lt;BR /&gt;random intercept/subject=x*y*z s;&lt;BR /&gt;random b/subject=x*y*z s;&lt;BR /&gt;random c/subject=x*y*z s;&lt;BR /&gt;ods output solutionf = data.FIXED_&amp;amp;product;&lt;BR /&gt;ods output solutionr = data.RANDOM_&amp;amp;product;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to the insufficient memory of the computer through MIXED procedure, I have to use HPMIXED. However, it seems the procedure of HPMIXED does not allow me to do&lt;/P&gt;
&lt;P&gt;ods output solutionf = data.FIXED_&amp;amp;product;&lt;BR /&gt;ods output solutionr = data.RANDOM_&amp;amp;product;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone has an idea to overcome this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;&lt;BR /&gt;David&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2016 14:33:16 GMT</pubDate>
    <dc:creator>DavidLie</dc:creator>
    <dc:date>2016-08-26T14:33:16Z</dc:date>
    <item>
      <title>Output Fixed and Random Effects in PROC HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-Fixed-and-Random-Effects-in-PROC-HPMIXED/m-p/294406#M60048</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running a PROC MIXED procedure of the following:&lt;/P&gt;
&lt;P&gt;proc hpmixed data=data.stand_10;&lt;BR /&gt;class x y z; &lt;BR /&gt;model log_quantity=a b c/s outp=out.xyz_&amp;amp;product;&lt;BR /&gt;random intercept/subject=x*y*z s;&lt;BR /&gt;random b/subject=x*y*z s;&lt;BR /&gt;random c/subject=x*y*z s;&lt;BR /&gt;ods output solutionf = data.FIXED_&amp;amp;product;&lt;BR /&gt;ods output solutionr = data.RANDOM_&amp;amp;product;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to the insufficient memory of the computer through MIXED procedure, I have to use HPMIXED. However, it seems the procedure of HPMIXED does not allow me to do&lt;/P&gt;
&lt;P&gt;ods output solutionf = data.FIXED_&amp;amp;product;&lt;BR /&gt;ods output solutionr = data.RANDOM_&amp;amp;product;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone has an idea to overcome this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-Fixed-and-Random-Effects-in-PROC-HPMIXED/m-p/294406#M60048</guid>
      <dc:creator>DavidLie</dc:creator>
      <dc:date>2016-08-26T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Output Fixed and Random Effects in PROC HPMIXED</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-Fixed-and-Random-Effects-in-PROC-HPMIXED/m-p/295474#M60151</link>
      <description>&lt;P&gt;Don't know about the SolutionR as that looks to be the correct ODS table name. &amp;nbsp;For SolutionF, try ParameterEstimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, since all 3 random statements have the same subject, it might be easier (and maybe the ODS will work better) if you replaced the 3 statements with the single statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RANDOM intercept b c /subject=x*y*z solution;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without seeing the log or output, though, I have to admit I am just guessing on this part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-Fixed-and-Random-Effects-in-PROC-HPMIXED/m-p/295474#M60151</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-31T12:02:44Z</dc:date>
    </item>
  </channel>
</rss>

