<?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: Puzzled by identical LSMEAN values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67178#M19206</link>
    <description>Hi cws, thank you so much for your clear and concise answer. It is very helpful! &lt;BR /&gt;
&lt;BR /&gt;
My question on “identical LSMEAN values” originates from a problem I am experiencing (as explained below). If you are bored, would you take a look and share what you think?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Let’s say you want to report differences among group means following ANOVA,  and you want to inform the reader about the ‘spread’ of the data points around the mean of each group. &lt;BR /&gt;
&lt;BR /&gt;
If no random variable exists (such as blocking effect) and the data is balanced, I’d present arithmetic means with standard deviations obtained from PROC GLM with MEANS statement.&lt;BR /&gt;
&lt;BR /&gt;
But, the dataset I deal with contains a random variable as well as occasional imbalance among groups as a result of extreme outliers. In such case, I prefer to use PROC MIXED with LSMEANS statement. However, I am not sure what information to present with lsmean values to indicate the ‘spread’ of the data points for each group… thoughts? (maybe I should start a new thread with this question)  Thanks again cws!   Best regards,</description>
    <pubDate>Wed, 17 Mar 2010 15:38:59 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-17T15:38:59Z</dc:date>
    <item>
      <title>Puzzled by identical LSMEAN values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67174#M19202</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
When I run ANOVA by proc mixed (or proc glm) with lsmeans option to compare means of  groups (e.g., each group containing n=12 samples = balanced data), I get identical standard errors (SE) for each mean value.&lt;BR /&gt;
&lt;BR /&gt;
Based on manual calculation with Excel, I know that the standard deviation (SD) of each group is quite different, and also I remember: SE = SD/(sqrt of sample size n).&lt;BR /&gt;
&lt;BR /&gt;
If SD are different, why does lsmeans option give identical SE for all of the group means?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Thu, 11 Mar 2010 14:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67174#M19202</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-11T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Puzzled by identical LSMEAN values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67175#M19203</link>
      <description>Suggestion: you may get more attention in the forum dedicated to Statistical Procedures.&lt;BR /&gt;
&lt;BR /&gt;
Scott</description>
      <pubDate>Thu, 11 Mar 2010 15:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67175#M19203</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-11T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Puzzled by identical LSMEAN values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67176#M19204</link>
      <description>Thanks for your suggestion. I'll try there also &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 11 Mar 2010 15:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67176#M19204</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-11T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Puzzled by identical LSMEAN values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67177#M19205</link>
      <description>If you have a balanced design with no other covariates etc the standard error in the LSMEANS will use the residual mean square from the analysis of variance. Therefore as you have the same number of observations in each group you will get the same sem since they are all using the same estimate of variance.</description>
      <pubDate>Tue, 16 Mar 2010 09:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67177#M19205</guid>
      <dc:creator>cws</dc:creator>
      <dc:date>2010-03-16T09:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Puzzled by identical LSMEAN values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67178#M19206</link>
      <description>Hi cws, thank you so much for your clear and concise answer. It is very helpful! &lt;BR /&gt;
&lt;BR /&gt;
My question on “identical LSMEAN values” originates from a problem I am experiencing (as explained below). If you are bored, would you take a look and share what you think?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Let’s say you want to report differences among group means following ANOVA,  and you want to inform the reader about the ‘spread’ of the data points around the mean of each group. &lt;BR /&gt;
&lt;BR /&gt;
If no random variable exists (such as blocking effect) and the data is balanced, I’d present arithmetic means with standard deviations obtained from PROC GLM with MEANS statement.&lt;BR /&gt;
&lt;BR /&gt;
But, the dataset I deal with contains a random variable as well as occasional imbalance among groups as a result of extreme outliers. In such case, I prefer to use PROC MIXED with LSMEANS statement. However, I am not sure what information to present with lsmean values to indicate the ‘spread’ of the data points for each group… thoughts? (maybe I should start a new thread with this question)  Thanks again cws!   Best regards,</description>
      <pubDate>Wed, 17 Mar 2010 15:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Puzzled-by-identical-LSMEAN-values/m-p/67178#M19206</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-17T15:38:59Z</dc:date>
    </item>
  </channel>
</rss>

