<?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: How to predict the fixed effects and fixed &amp;amp; random effects when using PROC MIXED? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610235#M29545</link>
    <description>&lt;P&gt;Okay, thank you for the link, but I still do not understand how to put it into my code.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2019 23:59:52 GMT</pubDate>
    <dc:creator>CynicalFire</dc:creator>
    <dc:date>2019-12-07T23:59:52Z</dc:date>
    <item>
      <title>How to predict the fixed effects and fixed &amp; random effects when using PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610232#M29543</link>
      <description>&lt;P&gt;I am using PROC MIXED in SAS Studio. When looking through communities here, I found this one response that sort of answers my question, but the problem is, I don't understand how to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;The OUTM= option on the model statement gives you just the predicted fixed-effects means (and associated statistics, such as standard errors). The OUTP= option gives you the predictions for fixed and random effects (i.e., the EBLUPS), with associated statistics.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following is my current code, and I don't quite understand how to put the OUTM and the OUTP options in my model.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;PROC MIXED data=bmi METHOD=ML COVTEST;
CLASS studyid;
MODEL ChildhoodBMIz = age sex age*age /SOLUTION;
RANDOM INTERCEPT age /SUB=studyid TYPE=UN G GCORR;
RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;However, if there is another, easier way to do accomplish what I am trying to do, then I will gladly do that instead.&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 22:21:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610232#M29543</guid>
      <dc:creator>CynicalFire</dc:creator>
      <dc:date>2019-12-07T22:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict the fixed effects and fixed &amp; random effects when using PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610233#M29544</link>
      <description>&lt;P&gt;The OUTP= option and the OUTPM= option (no such option as OUTM=) go in the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax10.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.mixed.modelstmt_outpm" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_mixed_syntax10.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en#statug.mixed.modelstmt_outpm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 22:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610233#M29544</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-07T22:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict the fixed effects and fixed &amp; random effects when using PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610235#M29545</link>
      <description>&lt;P&gt;Okay, thank you for the link, but I still do not understand how to put it into my code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 23:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610235#M29545</guid>
      <dc:creator>CynicalFire</dc:creator>
      <dc:date>2019-12-07T23:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to predict the fixed effects and fixed &amp; random effects when using PROC MIXED?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610236#M29546</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MODEL ChildhoodBMIz = age sex age*age /SOLUTION outp=sas_data_set_name outpm=sas_data_set_name2;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 08 Dec 2019 00:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-predict-the-fixed-effects-and-fixed-amp-random-effects/m-p/610236#M29546</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-08T00:02:16Z</dc:date>
    </item>
  </channel>
</rss>

