<?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: What is the &amp;quot;estimate&amp;quot; in the SolutionR output of the proc mixed. Is this the random s in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984529#M49318</link>
    <description>&lt;P&gt;Thank you very much for your answer. So, I am trying to emulate a measurement published in another article.&amp;nbsp; Per the methods section, this measurement is defined as "the random slope parameter estimated in the model" OR "the residual slope of Y; that is the person-specific deviation from the rate of decline expected at the marginal level".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My intuition is that this refers to the "Estimate" measure provided by solutionR (BLUPs), per this other document as well: &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect019.htm" rel="noopener noreferrer" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect019.htm&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Or would the correct approach be to sum the fix effect as well, to obtain the total person-specific slope? If I add the fixed effect, will the interpretation still be "the person specific deviation from the expected rate of the decline at the marginal level".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 14:10:31 GMT</pubDate>
    <dc:creator>lgutm18</dc:creator>
    <dc:date>2026-03-09T14:10:31Z</dc:date>
    <item>
      <title>What is the "estimate" in the SolutionR output of the proc mixed. Is this the random slope?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984442#M49311</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running this linear mixed-effect model, where I am outputting random effects using SolutionR:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;ods&amp;nbsp; output SolutionR=BLUPs_idno;&lt;/DIV&gt;&lt;DIV&gt;proc mixed data=trial;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; class idno&amp;nbsp; sex;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; model cognition = time brainvol WMH FA icv AGE sex&amp;nbsp;&lt;SPAN&gt;/ s;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; random int time / subject=idno type=un solution;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When I look at the contents of SolutionR, I observe the following variables:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Alphabetic List of Variables and Attributes &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST4.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Effect&lt;/TD&gt;&lt;TD&gt;Char&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Probt&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;PVALUE6.4&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; |t|&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StdErrPred&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;D8.4&lt;/TD&gt;&lt;TD&gt;Std Err Pred&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;idno&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;BEST.&lt;/TD&gt;&lt;TD&gt;PARTICIPANT ID NUMBER&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;tValue&lt;/TD&gt;&lt;TD&gt;Num&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;7.2&lt;/TD&gt;&lt;TD&gt;t Value&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I am interested in obtaining the Random Slope for time per individual (as specified in the model).&lt;/P&gt;&lt;P&gt;So, I am wondering if the "Estimate" value from this SolutionR, IS indeed the random slope per person?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if the "Estimate" corresponds to the random errors, and in order to obtain the random slopes I should sum this value to the fixed effect I obtain in the Solution of Fixed effects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mean i obtained for the estimate of the slope is 0 and the SD= 0.00631836. Which made me think I must add the value of the estimate for TIME as a fixed effect to get the random slope per person. Is this correct? OR is the "Estimate" directly the random slope per person?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Mar 2026 22:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984442#M49311</guid>
      <dc:creator>lgutm18</dc:creator>
      <dc:date>2026-03-06T22:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the "estimate" in the SolutionR output of the proc mixed. Is this the random s</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984449#M49312</link>
      <description>You want this ?&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/37/109.html" target="_blank"&gt;https://support.sas.com/kb/37/109.html&lt;/A&gt;</description>
      <pubDate>Sat, 07 Mar 2026 07:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984449#M49312</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-03-07T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the "estimate" in the SolutionR output of the proc mixed. Is this the random s</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984525#M49317</link>
      <description>&lt;P&gt;SOLUTIONR table shows the intercept and slope "deviation" from the overall intercept and slope, respectively. So you are correct -- you would need to add the fixed effect solutions (the overall intercept and slope) to the SOLUTIONR values to obtain the subject-specific intercept and slope. The usage note pointed out by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;provides some sample code for this.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/37/109.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://support.sas.com/kb/37/109.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 12:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984525#M49317</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2026-03-09T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the "estimate" in the SolutionR output of the proc mixed. Is this the random s</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984529#M49318</link>
      <description>&lt;P&gt;Thank you very much for your answer. So, I am trying to emulate a measurement published in another article.&amp;nbsp; Per the methods section, this measurement is defined as "the random slope parameter estimated in the model" OR "the residual slope of Y; that is the person-specific deviation from the rate of decline expected at the marginal level".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My intuition is that this refers to the "Estimate" measure provided by solutionR (BLUPs), per this other document as well: &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect019.htm" rel="noopener noreferrer" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_mixed_sect019.htm&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Or would the correct approach be to sum the fix effect as well, to obtain the total person-specific slope? If I add the fixed effect, will the interpretation still be "the person specific deviation from the expected rate of the decline at the marginal level".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 14:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-the-quot-estimate-quot-in-the-SolutionR-output-of-the/m-p/984529#M49318</guid>
      <dc:creator>lgutm18</dc:creator>
      <dc:date>2026-03-09T14:10:31Z</dc:date>
    </item>
  </channel>
</rss>

