<?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: How to interpret SE for lsmeans in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/259705#M13720</link>
    <description>&lt;P&gt;The approximate standard errors for the LS-mean is computed as the square root of L*(X'*(V_hat)^-1*X)^-1*L'. The standard error is appropriate statistic for the LSMEANS not standard deviation. The standard deviation is a characteristic of the data itself, not of estimates such as the LS-means. If you want a standard deviation of a group of data,&amp;nbsp;use the&amp;nbsp;PROC MEANS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default is the denominator degrees of freedom taken from the "Type III Tests of Fixed Effects" table corresponding to the LS-means effect, 350 is the denominator degrees of freedom for the tests of fixed effects resulting from the MODEL. The documentation points out -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The DDFM=BETWITHIN option is the default for &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_syntax14.htm" target="_blank"&gt;REPEATED&lt;/A&gt; statement specifications (with no &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_syntax13.htm" target="_blank"&gt;RANDOM&lt;/A&gt; statements). It is computed by dividing the residual degrees of freedom into between-subject and within-subject portions. PROC MIXED then checks whether a fixed effect changes within any subject. If so, it assigns within-subject degrees of freedom to the effect; otherwise, it assigns the between-subject degrees of freedom to the effect (see Schluchter and Elashoff &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_references.htm#statug_mixedschl_m90" target="_blank"&gt;1990&lt;/A&gt;). "&amp;nbsp; Check the documentation of&amp;nbsp;DDFM = option on the MODEL statement in PROC MIXED procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 15:01:23 GMT</pubDate>
    <dc:creator>cici0017</dc:creator>
    <dc:date>2016-03-29T15:01:23Z</dc:date>
    <item>
      <title>How to interpret SE for lsmeans</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/257989#M13644</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on studying the variability of a new medical device. We took repeated measurements (12 on each of 30 subjects) on the device. Now I want to see the varaibility of measurements in gender groups, bmi groups etc. I ran a mixed model in sas with repeated measurements and got lsmeans for men, women, bmi groups and so on and their Standard errors. &lt;STRONG&gt;I am not sure how do I interpret the SE from LSMEANS in this case to PI? or do I get the Standard Deviation from SE's (SE*SQRT(N)), but my total sample size is 30 and here DF for gender is 350, so what is N in my case?&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=icc; ;
class  pt bmi gender  bf skinfold;
model vp_dl=gender  bmi  bf  gender*bf gender*bmi ;
repeated pt/ type=cs;
lsmeans gender bf bmi;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;Any help is greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Mixed: Type 3 Tests of Fixed Effects" frame="box" rules="all" cellpadding="5" cellspacing="0"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="5" scope="colgroup"&gt;Type 3 Tests of Fixed Effects&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l b header" scope="col"&gt;Effect&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Num DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Den DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;F Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;F&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;gender&lt;/TH&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;144.60&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BMI&lt;/TH&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;32.57&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BF&lt;/TH&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;75.36&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;gender*BF&lt;/TH&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;5.38&lt;/TD&gt;
&lt;TD class="r data"&gt;0.0050&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BMI*gender&lt;/TH&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;18.10&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;A name="IDX510" target="_blank"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Mixed: Least Squares Means" frame="box" rules="all" cellpadding="5" cellspacing="0"&gt;&lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt; &lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="9" scope="colgroup"&gt;Least Squares Means&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l b header" scope="col"&gt;Effect&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;BMI&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;gender&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;BF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Estimate&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Standard Error&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;t&amp;nbsp;Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr &amp;gt; |t|&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;gender&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;0&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;477.45&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;1.9367&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;246.53&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;gender&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;1&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;438.69&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;2.5761&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;170.30&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BF&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;484.45&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;2.4906&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;194.51&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BF&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;2&lt;/TH&gt;
&lt;TD class="r data"&gt;468.57&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;2.8455&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;164.67&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BF&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;3&lt;/TH&gt;
&lt;TD class="r data"&gt;421.19&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;4.2231&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;99.74&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BMI&lt;/TH&gt;
&lt;TH class="l data"&gt;1&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;447.18&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;3.8360&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;116.57&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BMI&lt;/TH&gt;
&lt;TH class="l data"&gt;2&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;444.38&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;2.8957&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;153.46&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;BMI&lt;/TH&gt;
&lt;TH class="l data"&gt;3&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="l data"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;482.65&lt;/TD&gt;
&lt;TD class="r data"&gt;&lt;STRONG&gt;2.7025&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD class="r data"&gt;350&lt;/TD&gt;
&lt;TD class="r data"&gt;178.60&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/257989#M13644</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2016-03-21T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret SE for lsmeans</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/259705#M13720</link>
      <description>&lt;P&gt;The approximate standard errors for the LS-mean is computed as the square root of L*(X'*(V_hat)^-1*X)^-1*L'. The standard error is appropriate statistic for the LSMEANS not standard deviation. The standard deviation is a characteristic of the data itself, not of estimates such as the LS-means. If you want a standard deviation of a group of data,&amp;nbsp;use the&amp;nbsp;PROC MEANS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default is the denominator degrees of freedom taken from the "Type III Tests of Fixed Effects" table corresponding to the LS-means effect, 350 is the denominator degrees of freedom for the tests of fixed effects resulting from the MODEL. The documentation points out -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The DDFM=BETWITHIN option is the default for &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_syntax14.htm" target="_blank"&gt;REPEATED&lt;/A&gt; statement specifications (with no &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_syntax13.htm" target="_blank"&gt;RANDOM&lt;/A&gt; statements). It is computed by dividing the residual degrees of freedom into between-subject and within-subject portions. PROC MIXED then checks whether a fixed effect changes within any subject. If so, it assigns within-subject degrees of freedom to the effect; otherwise, it assigns the between-subject degrees of freedom to the effect (see Schluchter and Elashoff &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/statug_mixed_references.htm#statug_mixedschl_m90" target="_blank"&gt;1990&lt;/A&gt;). "&amp;nbsp; Check the documentation of&amp;nbsp;DDFM = option on the MODEL statement in PROC MIXED procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:01:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/259705#M13720</guid>
      <dc:creator>cici0017</dc:creator>
      <dc:date>2016-03-29T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret SE for lsmeans</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/259904#M13729</link>
      <description>&lt;P&gt;Ok, but I am not still not sure how do one explain SE from LSMEANS to a PI. They want to have an explanation about SE , because they understand std as how far a person is from the mean of the group.&amp;nbsp; They try to understand SE in the same way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/259904#M13729</guid>
      <dc:creator>Ruhi</dc:creator>
      <dc:date>2016-03-29T21:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret SE for lsmeans</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/260066#M13748</link>
      <description>&lt;P&gt;Tell the PI that standard deviations are for data.&amp;nbsp;It is associated to the mean in the sense that&amp;nbsp;a standard deviation provides a measure of how close some random future observation will be to the mean estimate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a similar way, you can think of a standard error as a way to think about how widely the parameter estimates will be expected to vary if you collect new data. A SE gives you a sense for how accurate your parameter estimate is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is too abstract, you can also use the more familiar&amp;nbsp;notion of a confidence interval. A confidence interval says that, given the data, the true parameter is probably within a certain interval (with some confidence).&amp;nbsp; Standard errors are often used to construct confidence intervals. A big standard error leads to a wide CI; a small SE leads to a small CI.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 13:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/m-p/260066#M13748</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-03-30T13:19:07Z</dc:date>
    </item>
  </channel>
</rss>

