<?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: PROC MIXED for repeated measures creates different regression coefficients each time I run the m in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705757#M34177</link>
    <description>&lt;P&gt;Search the program for the characters 'ran' (case insensitive) to see where the program is using the RAND or the older RANUNI/RANNOR functions. I suspect that the LONG data set is different each time you run the program.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 16:20:26 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-12-14T16:20:26Z</dc:date>
    <item>
      <title>PROC MIXED for repeated measures creates different regression coefficients each time I run the model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705746#M34172</link>
      <description>&lt;P&gt;I have a data set with 3 measurements on each subject and a set of covariates. When I run PROC MIXED for my regression analysis again, it creates different regression coefficients that are sometimes slightly different but sometimes more different. I mean some significant factors change to nonsignificant or vice versa. Also, the model sometimes converges and sometimes does not. Any thoughts?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=" block-mark"&gt;&lt;SPAN class="sec-keyword"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="sec-keyword"&gt;mixed&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;data&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;long&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="keyword"&gt;class&lt;/SPAN&gt;&lt;SPAN class="text"&gt; A &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;ref&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;)&lt;/SPAN&gt;&lt;SPAN class="text"&gt; B &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;ref&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;)&lt;/SPAN&gt;&lt;SPAN class="text"&gt; C &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;ref&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;)&lt;/SPAN&gt;&lt;SPAN class="text"&gt; D &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;ref&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;)&lt;/SPAN&gt;&lt;SPAN class="text"&gt; G &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;ref&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;)&lt;/SPAN&gt; &lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="keyword"&gt;model&lt;/SPAN&gt;&lt;SPAN class="text"&gt; Y&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;A B C D G &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;/&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;solution&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;cl&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="keyword"&gt;repeated&lt;/SPAN&gt;&lt;SPAN class="text"&gt; repeated_order&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;/&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;subject&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;unique_ID &lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;type&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text"&gt;AR&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;(&lt;/SPAN&gt;&lt;SPAN class="numeric"&gt;1&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="keyword"&gt;lsmeans&lt;/SPAN&gt;&lt;SPAN class="text"&gt; repeated_order A B C D G &lt;/SPAN&gt;&lt;SPAN class="sep"&gt;/&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;diff&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;cl&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="sec-keyword"&gt;run&lt;/SPAN&gt;&lt;SPAN class="sep"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class="sep"&gt;Thank you!&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705746#M34172</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705749#M34173</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;When I run PROC MIXED for my regression analysis again, it creates different regression coefficients&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean you run the EXACT SAME CODE each time, and the results differ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705749#M34173</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-14T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705750#M34174</link>
      <description>Yes!</description>
      <pubDate>Mon, 14 Dec 2020 16:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705750#M34174</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T16:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705755#M34175</link>
      <description>&lt;P&gt;And you run the code on the exact same data set, which hasn't changed at all?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705755#M34175</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-14T16:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705756#M34176</link>
      <description>&lt;P&gt;Yes! For example when I use a different TYPE for covariance structure, sometimes my model converges, and sometimes it does not!&lt;/P&gt;
&lt;P&gt;I asked another friend to try the same data and same model, and our results are again different!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705756#M34176</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705757#M34177</link>
      <description>&lt;P&gt;Search the program for the characters 'ran' (case insensitive) to see where the program is using the RAND or the older RANUNI/RANNOR functions. I suspect that the LONG data set is different each time you run the program.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705757#M34177</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-14T16:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705758#M34178</link>
      <description>Rick_SAS, may you please provide more details on how I do that? I mean is it a search on the PROC MIXED overall, or in my model. Also, how the LONG data set may be different each time I run program?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Mon, 14 Dec 2020 16:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705758#M34178</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T16:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705762#M34180</link>
      <description>&lt;P&gt;Do a text search (CTRL+F) in the program window, or whatever text editor you are using to write the SAS program.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705762#M34180</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-14T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705766#M34181</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;SPAN&gt;Paige Miller and Rick_SAS for your thoughts on my question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rick_SAS, I did not include a random intercept in my model yet (if your question is about that). I am planning to do so though, once I have a better sense of what is going on in my model.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you think it has anything with local minimized errors? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In some optimization methods there are local and overall minimum errors, I am not sure if this applies to my model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 16:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705766#M34181</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705818#M34190</link>
      <description>&lt;P&gt;You should expect changes in the output if you change the type of the covariance matrix.&amp;nbsp; There are multiple inversions of the full matrix involved, and changing the constraints on the parameters in parts of the matrix (the&amp;nbsp;&lt;STRONG&gt;Z&lt;/STRONG&gt; part, or the&amp;nbsp;&lt;STRONG&gt;R&lt;/STRONG&gt; part of the residuals) will result in different solution vectors.&amp;nbsp; While means might converge to a point solution, the standard errors and resulting tests of significance are going to be different due to those constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 19:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705818#M34190</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-12-14T19:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705819#M34191</link>
      <description>Thank you, SteveDenham! My concern is why even with the same covariance structure my results are different. I get different results today than my results on Friday. I double-checked everything and I did not change anything. I restarted my computer, I got different results again!</description>
      <pubDate>Mon, 14 Dec 2020 19:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705819#M34191</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705820#M34192</link>
      <description>&lt;P&gt;Please post the complete SAS log from one of your runs. Seeing the program is the only way to identify why the data are different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 19:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705820#M34192</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-14T19:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705823#M34193</link>
      <description>Thank you Rick_SAS for your idea! I will post my SAS log...</description>
      <pubDate>Mon, 14 Dec 2020 19:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705823#M34193</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T19:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705827#M34194</link>
      <description>&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;62 proc mixed data=long;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;63 where this_var=0;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;64 class Var_1 (ref='a') Var_2 (ref='a') Var_3 (ref='a')&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;64 ! Var_4 (ref='a') age_group ethnicity education&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;64 ! income Var_5 Var_6&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;64 !Var_7 /ref=first;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;65 model Var_Y=age_group ethnicity education income&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;65 !&amp;nbsp; Var_1 Var_2 Var_3 Var_4 Var_5 Var_6 Var_7/ solution cl;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;66 repeated VAr_1/subject=ID type=VC;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;67 lsmeans age_group ethnicity education income&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;67 ! Var_1 Var_2 Var_3 Var_4 Var_5 Var_6 Var_7/diff cl;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;68 run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogWarning1_1607975077098" class="sasWarning"&gt;WARNING: ODS graphics with more than 5000 points have been suppressed. Use the PLOTS(MAXPOINTS= ) option in the PROC MIXED&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;statement to change or override the cutoff.&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1607975077098" class="sasNote"&gt;NOTE: Convergence criteria met.&lt;/DIV&gt;
&lt;DIV id="sasLogNote2_1607975077098" class="sasNote"&gt;NOTE: PROCEDURE MIXED used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 30.76 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 30.70 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;71 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 19:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705827#M34194</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705828#M34195</link>
      <description>&lt;P&gt;When providing logs for us, it is important to maintain the formatting of the log, which makes it more readable and more usable. The unformatted log you provided is difficult to read, and I generally don't bother.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To do this, copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705828#M34195</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-14T20:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705829#M34196</link>
      <description>Thanks Paige Miller!&lt;BR /&gt;Do I copy with Ctrl+C?&lt;BR /&gt;Where is the &amp;lt;/&amp;gt; icon?</description>
      <pubDate>Mon, 14 Dec 2020 20:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705829#M34196</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705831#M34197</link>
      <description>&lt;P&gt;Well, that part looks like it 'works', so now how about showing us output from two runs that gave different results.&amp;nbsp; By output I mean the whole magilla, as there are often subtle differences that only become apparent as big differences when you look at the final results. If you direct the file to an ODS output pdf file, without the lsmeans, that would be helpful.&amp;nbsp; Right now, I suspect that not using the standard GLM parameterization is partially to blame.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705831#M34197</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-12-14T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705832#M34198</link>
      <description>&lt;P&gt;Where are lines 2-60 in the log? That's presumably where the Long data set is created.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705832#M34198</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-14T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705834#M34199</link>
      <description>Rick_SAS, my log does not have rows for 2-60! Is there something wrong with it? I did not check row numbers before...</description>
      <pubDate>Mon, 14 Dec 2020 20:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705834#M34199</guid>
      <dc:creator>Emma_at_SAS</dc:creator>
      <dc:date>2020-12-14T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED for repeated measures creates different regression coefficients each time I run the m</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705851#M34200</link>
      <description>&lt;P&gt;I have some pressing matters to attend to, so others will have to help you resolve your problems. Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 21:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-for-repeated-measures-creates-different-regression/m-p/705851#M34200</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-14T21:55:13Z</dc:date>
    </item>
  </channel>
</rss>

