<?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 Calculate standard deviations by proc mixed!! in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146918#M7729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Is there a way to obtain standard deviation (SD) by proc mixed, for each lsmean values instead (or plus) of standard error (SE)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=have method=REML;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class id year province y;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y = year province;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; random id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans year;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 18:20:50 GMT</pubDate>
    <dc:creator>zana</dc:creator>
    <dc:date>2014-06-18T18:20:50Z</dc:date>
    <item>
      <title>Calculate standard deviations by proc mixed!!</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146918#M7729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Is there a way to obtain standard deviation (SD) by proc mixed, for each lsmean values instead (or plus) of standard error (SE)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=have method=REML;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class id year province y;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y = year province;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; random id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans year;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 18:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146918#M7729</guid>
      <dc:creator>zana</dc:creator>
      <dc:date>2014-06-18T18:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate standard deviations by proc mixed!!</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146919#M7730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i had a mistake in my model.&lt;/P&gt;&lt;P&gt;The true model equation is;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;proc mixed data=have method=REML;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class id year province;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y = year province;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; random id;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans year;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;zana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:15:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146919#M7730</guid>
      <dc:creator>zana</dc:creator>
      <dc:date>2014-06-19T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate standard deviations by proc mixed!!</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146920#M7731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard error reported is the standard deviation of the population of means, conditional on the random effects and marginal over differences in sample size.&amp;nbsp; Additionally, under the model presented, you assume homogeneity of variances by year and province, so that standard errors of each year will be identical, as will the standard errors of each province (assuming a balanced design)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose it could be done by multiplying the standard error by sqrt(df + 1), but I am curious as to why you would do this.&amp;nbsp; The value obtained has little to do with anything related to the sample or what might be considered the originating population.&amp;nbsp; Why not just use the sample standard deviation reported by PROC MEANS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, do you want heterogeneous estimates of variability?&amp;nbsp; That would involve use of the repeated statement--see Example 63.7 of The MIXED Procedure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 14:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/146920#M7731</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-06-19T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate standard deviations by proc mixed!!</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/279909#M14748</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;Could you please explain this statement:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt; The value obtained has little to do with anything related to the sample or what might be considered the originating population. "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why wouldn't the SD&amp;nbsp;have anything to do with the &lt;SPAN&gt;originating population. Wouldn't a person want to know the estimated mean and estimated SD to calculate estimated Cohen's Ds?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;All the best.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 06:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/279909#M14748</guid>
      <dc:creator>P20</dc:creator>
      <dc:date>2016-06-24T06:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate standard deviations by proc mixed!!</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/280802#M14796</link>
      <description>&lt;P&gt;Ah. &amp;nbsp;Cohen's D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try looking at:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.psy.mq.edu.au/psystat/documents/standardised_effect_size_in_mixed_ML_models.pdf" target="_self"&gt;http://www.psy.mq.edu.au/psystat/documents/standardised_effect_size_in_mixed_ML_models.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also read Jake Westfall's blog on the subject:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://jakewestfall.org/blog/index.php/2016/03/25/five-different-cohens-d-statistics-for-within-subject-designs/" target="_self"&gt;http://jakewestfall.org/blog/index.php/2016/03/25/five-different-cohens-d-statistics-for-within-subject-designs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It comes down to the notion that in mixed models, there is more than one source of variability, and a composite standard deviation is needed if you really want to calculate a standardized effect size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculate-standard-deviations-by-proc-mixed/m-p/280802#M14796</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-06-28T14:27:51Z</dc:date>
    </item>
  </channel>
</rss>

