<?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 interpretation LS means in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-LS-means/m-p/274975#M15274</link>
    <description>&lt;P&gt;Hello to everyone! First off all, I hace to apologize for my bad english.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with repeated measures in time, a longitudinal study.&lt;/P&gt;&lt;P&gt;I do not know how to interpretate the results of the table of LS means.&lt;/P&gt;&lt;P&gt;I need to know in every time, which treatment is diferent. I mean, I need to know time by time,if there exist stadictics differences between treatments, and which treatment is diferent from the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to be very thankful. I really need your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here It attached the table of the LS means.&lt;/P&gt;&lt;P&gt;Tiempo=Time, is every times I have took the sample.&lt;/P&gt;&lt;P&gt;Tto=Treatment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12620i621DE570170F5563/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Presentation1.jpg" title="Presentation1.jpg" /&gt;</description>
    <pubDate>Fri, 03 Jun 2016 16:23:03 GMT</pubDate>
    <dc:creator>Anita2016</dc:creator>
    <dc:date>2016-06-03T16:23:03Z</dc:date>
    <item>
      <title>interpretation LS means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-LS-means/m-p/274975#M15274</link>
      <description>&lt;P&gt;Hello to everyone! First off all, I hace to apologize for my bad english.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with repeated measures in time, a longitudinal study.&lt;/P&gt;&lt;P&gt;I do not know how to interpretate the results of the table of LS means.&lt;/P&gt;&lt;P&gt;I need to know in every time, which treatment is diferent. I mean, I need to know time by time,if there exist stadictics differences between treatments, and which treatment is diferent from the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to be very thankful. I really need your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here It attached the table of the LS means.&lt;/P&gt;&lt;P&gt;Tiempo=Time, is every times I have took the sample.&lt;/P&gt;&lt;P&gt;Tto=Treatment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12620i621DE570170F5563/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Presentation1.jpg" title="Presentation1.jpg" /&gt;</description>
      <pubDate>Fri, 03 Jun 2016 16:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpretation-LS-means/m-p/274975#M15274</guid>
      <dc:creator>Anita2016</dc:creator>
      <dc:date>2016-06-03T16:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: interpretation LS means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpretation-LS-means/m-p/288654#M15305</link>
      <description>&lt;P&gt;I note that you have some non-estimable main effect LSmeans, so I am going to suggest the following, assuming the model is fit in PROC MIXED:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=yourdataset;
class treatment time subjectid;
model response_variable=treatment*time;
repeated time/subject=subjectid type=sp(pow)(t);
lsmeans treatment*time;
slice treatment*time / sliceby=time diff;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Some things to note here. &amp;nbsp;I see that your time points are not equally spaced. &amp;nbsp;In yourdataset, define t=time, so that you will have a continous version of time to feed into the spatial power covariance structure. &amp;nbsp;The key here is the SLICE statement. &amp;nbsp;This should enable you to get differences between lsmeans for treatment at each time point where data exists for the treatments. &amp;nbsp;At some points, only one treatment was measured, so no difference can be calculated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpretation-LS-means/m-p/288654#M15305</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-08-01T17:22:47Z</dc:date>
    </item>
  </channel>
</rss>

