<?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 Difference btw LSMEANS gives contradictory result? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29719#M1193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessarily a contradiction. It is well known that individual confidence intervals can overlap (somewhat) when two means are significantly different, although many others are misled by the individual confidence intervals. This is true even with uncorrelated means (i.e., uncorrelated estimated expected values). Individual confidence intervals can have even more overlap when the means are correlated. By the nature of your model (with a random effect), there is the potential that the means are highly correlated. You didn't show all the output (such as the random effect variance), but I am guessing it is large (relatively speaking),which means there is high correlation in the means. For instance, if you square the SEs for each individual mean and for the difference, you have variances. V(1) is the square of the SE for mean 1, and so on. The standard formula for the variance of a difference (V(D)) is:&lt;/P&gt;&lt;P&gt;V(D) = V(1) + V(2) - 2*COV(1,2)&lt;/P&gt;&lt;P&gt;where COV(1,2) is the covariance of means 1 and 2. Using your results, you have:&lt;/P&gt;&lt;P&gt;.01823^2 = .03846^2 + .03685^2 - 2*COV(1,2)&lt;/P&gt;&lt;P&gt;.0003323 = .0014792 + .0013579 -2*COV(1,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The covariance is not shown here. However, a little algebra shows that it would have to be 0.001252. &lt;/P&gt;&lt;P&gt;You can use this to estimate the correlation of the two means. This would be:&lt;/P&gt;&lt;P&gt;0.001252/(0.03846*0.03685) = 0.88 .&lt;/P&gt;&lt;P&gt;Thus, there is a high a correlation in your case. &lt;/P&gt;&lt;P&gt;Bottom line, assuming you did other things correctly (can't tell from what you have given us), a consequence of your model fitted to the data is that the least squares means are highly correlated. Because of this, the standard error of a difference (SED) will be considerably smaller than the SED you would have with uncorrelated means. If the means were uncorrelated, COV(1,2)=0, and the SED would be:&lt;/P&gt;&lt;P&gt;sqrt(.0014792 + .0013579) = 0.053.&lt;/P&gt;&lt;P&gt;Your SED of 0.01823 is a lot smaller. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would definitely use the results of the differences of the LSMEANS. This is the test result that properly accounts for the correlation of the means (and the model fitted to the data). In fact, this is one example (assuming you did other things correctly) of the great advantage of using mixed models: you gain a great deal in precision in the comparison of LSMEANS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2011 00:18:32 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2011-10-15T00:18:32Z</dc:date>
    <item>
      <title>Difference btw LSMEANS gives contradictory result?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29718#M1192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a 2-level hierarchical linear model in PROC MIXED, using the LSMEANS statement w/ PDIFF option &amp;amp; Tukey-Kramer adjustment for multiple comparisons to look at post hoc differences btw 2 of 6 possible "Activity Category" groups ("Category 2" vs. "Category 4").&amp;nbsp; In estimating the LSMEANS for these categories, I note that their 95% confidence limits overlap a great deal.&amp;nbsp; This was taken as an indication that there is no statistically significant difference between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;proc mixed data=data noclprint method=reml covtest;&lt;/P&gt;&lt;P&gt;class id ActivityCategory [other main effects];&lt;/P&gt;&lt;P&gt;model outcome = ActivityCategory [other main effects &amp;amp; 2-way interactions] /solution ddfm=bw outp=scores;&lt;/P&gt;&lt;P&gt;random intercept /subject=id type=un;&lt;/P&gt;&lt;P&gt;lsmeans ActivityCategory [other main effects &amp;amp; 2-way interactions] /pdiff adjust=tukey cl;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;LSMEANS Table (relevant parts, cleaned up via DATA step):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Activity&lt;BR /&gt;Obs&amp;nbsp; factor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Effect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Estimate&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; StdErr&amp;nbsp;&amp;nbsp;&amp;nbsp; DF&amp;nbsp;&amp;nbsp; tValue&amp;nbsp;&amp;nbsp; Probt&amp;nbsp;&amp;nbsp; Alpha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Lower&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivityCategory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0.1734 &lt;/STRONG&gt;&amp;nbsp; 0.03846&amp;nbsp; 3213&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.51&amp;nbsp; &amp;lt;.0001&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0.09799&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.2488&lt;/STRONG&gt;&lt;BR /&gt; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivityCategory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0.08053&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; 0.03685&amp;nbsp; 3213&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.19&amp;nbsp; 0.0289&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp; &lt;STRONG&gt;0.008287&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1528&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when looking at the SAS-calculated test of their disparity generated via /PDIFF, the adjusted &lt;EM&gt;p&lt;/EM&gt;-value for the difference is wildly significant (&amp;lt; .0001)!&amp;nbsp; I am utterly confused by this result, which I think must have something to do with how SAS is calculating the &lt;EM&gt;SE&lt;/EM&gt; for the difference test (not sure why the &lt;EM&gt;SE&lt;/EM&gt; is smaller than the &lt;EM&gt;SE&lt;/EM&gt; for either individual LSMEAN estimate).&amp;nbsp; I get why the &lt;EM&gt;df&lt;/EM&gt; is the same for the two sets of results (SAS default), though I'm not sure exactly why this is appropriate.&amp;nbsp; I also understand that the confidence limits in the LSMEANS table for levels of the main effect are &lt;EM&gt;not&lt;/EM&gt; adjusted for multiple comparisons.&amp;nbsp; But, wouldn't they would only get &lt;EM&gt;more&lt;/EM&gt; broad if adjusted?&amp;nbsp; Note: my matrix algebra is far from up to par.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Activity&amp;nbsp;&amp;nbsp;&amp;nbsp; _Activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Effect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category&amp;nbsp;&amp;nbsp;&amp;nbsp; Category&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Estimate&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StdErr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tValue&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Probt&amp;nbsp;&amp;nbsp; Adjustment&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Adjp&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alpha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lower&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper&amp;nbsp;&amp;nbsp;&amp;nbsp; AdjLower&amp;nbsp;&amp;nbsp;&amp;nbsp; AdjUpper&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActivityCategory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0.09287&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01823&amp;nbsp;&amp;nbsp;&amp;nbsp; 3213&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.09&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;.0001&amp;nbsp; Tukey-Kramer&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;.0001&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.05711&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1286&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04087&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.1449&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above seems to raise the obvious question(s): Which is it?&amp;nbsp; Are the two groups substantially disparate in their LSMEANS, or not?&amp;nbsp; I'm specifically looking for guidance on which result is appropriate to report since these analyses are part of a larger study we plan to publish.&amp;nbsp; My inclination is to be conservative and report the LSMEANS with their confidence limits (as suggested by both colleagues and &lt;A _jive_internal="true" href="https://communities.sas.com/message/33897#33897"&gt;here&lt;/A&gt; by Paige).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, I have tested this model and checked the analagous results under a variety of schemes for calculating denominator degrees of freedom (e.g. CONTAIN, SATTERTH, KR) and various MC adjustments, all of which exhibit the same apparent contradiction as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any insights!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 19:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29718#M1192</guid>
      <dc:creator>stonewaly</dc:creator>
      <dc:date>2011-10-14T19:18:29Z</dc:date>
    </item>
    <item>
      <title>Difference btw LSMEANS gives contradictory result?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29719#M1193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessarily a contradiction. It is well known that individual confidence intervals can overlap (somewhat) when two means are significantly different, although many others are misled by the individual confidence intervals. This is true even with uncorrelated means (i.e., uncorrelated estimated expected values). Individual confidence intervals can have even more overlap when the means are correlated. By the nature of your model (with a random effect), there is the potential that the means are highly correlated. You didn't show all the output (such as the random effect variance), but I am guessing it is large (relatively speaking),which means there is high correlation in the means. For instance, if you square the SEs for each individual mean and for the difference, you have variances. V(1) is the square of the SE for mean 1, and so on. The standard formula for the variance of a difference (V(D)) is:&lt;/P&gt;&lt;P&gt;V(D) = V(1) + V(2) - 2*COV(1,2)&lt;/P&gt;&lt;P&gt;where COV(1,2) is the covariance of means 1 and 2. Using your results, you have:&lt;/P&gt;&lt;P&gt;.01823^2 = .03846^2 + .03685^2 - 2*COV(1,2)&lt;/P&gt;&lt;P&gt;.0003323 = .0014792 + .0013579 -2*COV(1,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The covariance is not shown here. However, a little algebra shows that it would have to be 0.001252. &lt;/P&gt;&lt;P&gt;You can use this to estimate the correlation of the two means. This would be:&lt;/P&gt;&lt;P&gt;0.001252/(0.03846*0.03685) = 0.88 .&lt;/P&gt;&lt;P&gt;Thus, there is a high a correlation in your case. &lt;/P&gt;&lt;P&gt;Bottom line, assuming you did other things correctly (can't tell from what you have given us), a consequence of your model fitted to the data is that the least squares means are highly correlated. Because of this, the standard error of a difference (SED) will be considerably smaller than the SED you would have with uncorrelated means. If the means were uncorrelated, COV(1,2)=0, and the SED would be:&lt;/P&gt;&lt;P&gt;sqrt(.0014792 + .0013579) = 0.053.&lt;/P&gt;&lt;P&gt;Your SED of 0.01823 is a lot smaller. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would definitely use the results of the differences of the LSMEANS. This is the test result that properly accounts for the correlation of the means (and the model fitted to the data). In fact, this is one example (assuming you did other things correctly) of the great advantage of using mixed models: you gain a great deal in precision in the comparison of LSMEANS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 00:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29719#M1193</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-10-15T00:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difference btw LSMEANS gives contradictory result?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29720#M1194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow - I could not have asked for a clearer explanation!&amp;nbsp; Thanks for including all the detail and helping to clear this up for me.&amp;nbsp; I will definitely use the formal difference test in reporting our results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, sorry for not including the random effect &amp;amp; residual estimates.&amp;nbsp; They're pasted below FYI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Covariance Parameter Estimates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Standard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cov Parm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject&amp;nbsp;&amp;nbsp;&amp;nbsp; Estimate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pr &amp;gt; Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UN(1,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.4786&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02503&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19.12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;.0001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Residual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.4628&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.004994&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 92.68&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;.0001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 00:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-btw-LSMEANS-gives-contradictory-result/m-p/29720#M1194</guid>
      <dc:creator>stonewaly</dc:creator>
      <dc:date>2011-10-15T00:57:43Z</dc:date>
    </item>
  </channel>
</rss>

