<?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: Equivalent of &amp;quot;solution&amp;quot; statement in proc mixed in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843230#M36576</link>
    <description>&lt;P&gt;The SOLUTION option is available for PROC MIXED.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 20:17:02 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-11-08T20:17:02Z</dc:date>
    <item>
      <title>Equivalent of "solution" statement in proc mixed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843228#M36575</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a proc mixed question. I have a model:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=tmp1.final;
class basic;
model acidity = temp temp*temp;
random basin;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;all of my variables are continuous apart from basin categorical. How do I get parameter estimates for this model? Specifically the parameter estimates for temp and temp*temp? I am familiar with how to do in proc glm using the solution statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=tmp1.final;
class basin;
model acidity = basin temp temp*temp / solution;
random basin;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But with proc mixed I cannot understand how to do this. Any help would be appreciate.&lt;BR /&gt;&lt;BR /&gt;Also, when I have the model outputs, I have two additional question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;how do assess the model for specific value of temp?&lt;/LI&gt;
&lt;LI&gt;how do I fit random slope and intercept? Do it just fit random linear slope or quadratic too?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks always for helping!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 19:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843228#M36575</guid>
      <dc:creator>linlin87</dc:creator>
      <dc:date>2022-11-08T19:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of "solution" statement in proc mixed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843230#M36576</link>
      <description>&lt;P&gt;The SOLUTION option is available for PROC MIXED.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 20:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843230#M36576</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-08T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of "solution" statement in proc mixed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843232#M36577</link>
      <description>&lt;P&gt;thank you paige miller - I missed this but good to find now. and do you know how I evaluate models at specified temp and also fit random slopes?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 20:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Equivalent-of-quot-solution-quot-statement-in-proc-mixed/m-p/843232#M36577</guid>
      <dc:creator>linlin87</dc:creator>
      <dc:date>2022-11-08T20:21:07Z</dc:date>
    </item>
  </channel>
</rss>

