<?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: Least Squares Means differ between two similar models that are coded differently in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795955#M39111</link>
    <description>&lt;P&gt;The proper way to provide data is via SAS data step code (&lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;instructions&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I think we would need to see the table of E options for both models.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Feb 2022 21:34:49 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-02-13T21:34:49Z</dc:date>
    <item>
      <title>Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795941#M39108</link>
      <description>&lt;P&gt;I want to run a statistical model assessing the effects of light and herbivory on the length of plants (n = 53 observations). I developed one model with Site|Treatment as fixed effects (with Treatment containing both light and herbivory factors into one (-He = herbivores absent, +He = herbivores present, -Sh = unshaded, +Sh = shaded). Then, I tried a different model with Site|Light|Herbivory as fixed effects (splitting Treatment into two separate factors: light and herbivory). See the screenshot below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-02-13 at 12.24.08.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68432i584CC8F1AD800E72/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-02-13 at 12.24.08.png" alt="Screen Shot 2022-02-13 at 12.24.08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even though the models are coded a bit differently, I would imagine that LSMESTIMATE should arrive at the same least squares mean values for both models considering they will calculate the mean of the response variable based on the same contrasts. However, I keep getting drastically different results for these two with respect to magnitude and direction of the means, and p-value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Treatment Model:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt; WORK.MONTH89;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;SET&lt;/SPAN&gt; WORK.OR_LH_Under10_Index;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;IF&lt;/SPAN&gt; Month &amp;gt;= &lt;SPAN class=""&gt;&lt;STRONG&gt;8&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;THEN&lt;/SPAN&gt; &lt;SPAN class=""&gt;OUTPUT&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;ods graphics on&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;MIXED&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;DATA&lt;/SPAN&gt; = WORK.MONTH89 &lt;SPAN class=""&gt;plots&lt;/SPAN&gt;=all;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;CLASS&lt;/SPAN&gt; Treatment Site Month Block;&lt;/P&gt;&lt;P class=""&gt;MODEL&lt;SPAN class=""&gt;'Change_Length'n&lt;/SPAN&gt;&lt;SPAN class=""&gt; = Site|Treatment /&lt;/SPAN&gt;SOLUTION ddfm&lt;SPAN class=""&gt; = KR &lt;/SPAN&gt;CL ALPHA&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; INTERCEPT&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;RANDOM&lt;/SPAN&gt; Block Month /&lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;ALPHA&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;TYPE&lt;/SPAN&gt;=&lt;SPAN class=""&gt;VC&lt;/SPAN&gt;;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;LSMESTIMATE&lt;/SPAN&gt; Site*Treatment&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'SH +He/-Sh x SH -He/-Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'SH +He/+Sh x SH -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'SH +He/-Sh x SH +He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'SH -He/-Sh x SH -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'SH +He/-Sh x SH -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'CB +He/-Sh x CB -He/-Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'CB +He/+Sh x CB -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'CB +He/-Sh x CB +He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'CB -He/-Sh x CB -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'CB +He/-Sh x CB -He/+Sh'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;/ &lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;Alpha&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;LSMESTIMATE&lt;SPAN class=""&gt; Site&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;'SH x CB'&lt;/SPAN&gt;[&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;][-&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;]&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;/ &lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;Alpha&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;ods graphics off&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Light/Herbivory Model:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt; WORK.MONTH89;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;SET&lt;/SPAN&gt; WORK.OR_LH_Under10_Index;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;IF&lt;/SPAN&gt; Month &amp;gt;= &lt;SPAN class=""&gt;&lt;STRONG&gt;8&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;THEN&lt;/SPAN&gt; &lt;SPAN class=""&gt;OUTPUT&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;ods graphics on&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;MIXED&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;DATA&lt;/SPAN&gt; = WORK.MONTH89 &lt;SPAN class=""&gt;plots&lt;/SPAN&gt;=all;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;CLASS&lt;/SPAN&gt; Light Herbivory Month Block Site;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;MODEL&lt;/SPAN&gt; &lt;SPAN class=""&gt;'Change_Length'n&lt;/SPAN&gt; = Site|Light|Herbivory /&lt;SPAN class=""&gt;SOLUTION&lt;/SPAN&gt; &lt;SPAN class=""&gt;ddfm&lt;/SPAN&gt; = KR &lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;ALPHA&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;INTERCEPT&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;RANDOM&lt;/SPAN&gt; Block Month /&lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;ALPHA&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;TYPE&lt;/SPAN&gt;=&lt;SPAN class=""&gt;VC&lt;/SPAN&gt;;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;LSMESTIMATE&lt;/SPAN&gt; Site*Light*Herbivory&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Herbivory: SH Unshaded Present x Unshaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Herbivory: SH Shaded Present x Shaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Light: SH Unshaded Present x Shaded Present'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Light: SH Unshaded Absent x Shaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'H x L: SH Shaded Present x Unshaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Herbivory: CB Unshaded Present x Unshaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Herbivory: CB Shaded Present x Shaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Light: CB Unshaded Present x Shaded Present'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'Light: CB Unshaded Absent x Shaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;'H x L: CB Unshaded Present x Shaded Absent'&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;][-&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;/ &lt;SPAN class=""&gt;CL&lt;/SPAN&gt; &lt;SPAN class=""&gt;Alpha&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;STRONG&gt;0.05&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;ods graphics off&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not sure if this is a content question or a programming question. I am hoping someone can help me understand what is happening behind the scenes.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 21:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795941#M39108</guid>
      <dc:creator>vitaaquaticus</dc:creator>
      <dc:date>2022-02-13T21:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795950#M39109</link>
      <description>&lt;P&gt;I don't think the you should get the exact same LSMEANSESTIMATES from different models.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should use the E option of the LSMESTIMATES statement to print out the L Matrix and take a look at that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But since I don't have your data, I can't dig into this.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 20:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795950#M39109</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-13T20:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795954#M39110</link>
      <description>&lt;P&gt;I am not sure how to read the E option results, especially with the row numbers. I have included data in the original post if you want to sleuth a bit more and help me figure this out.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-02-13 at 16.28.38.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68433iE057C93BEA94B364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-02-13 at 16.28.38.png" alt="Screen Shot 2022-02-13 at 16.28.38.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 21:28:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795954#M39110</guid>
      <dc:creator>vitaaquaticus</dc:creator>
      <dc:date>2022-02-13T21:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795955#M39111</link>
      <description>&lt;P&gt;The proper way to provide data is via SAS data step code (&lt;A href="https://blogs.sas.com/content/sastraining/2016/03/11/jedi-sas-tricks-data-to-data-step-macro/" target="_self"&gt;instructions&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I think we would need to see the table of E options for both models.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 21:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795955#M39111</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-13T21:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795960#M39112</link>
      <description>&lt;P&gt;I am a new-ish SAS user and I tried following the instructions you linked. I ran the first three sections and I got several error messages such as "SELECT" statement is not valid. The instructions are a bit overwhelming for me and I am unclear on how to properly provide data. I am sorry for my ineptitude.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Option E for Treatment Model:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-02-13 at 17.16.41.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68436i9319A7741F74F5C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-02-13 at 17.16.41.png" alt="Screen Shot 2022-02-13 at 17.16.41.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Option E for Light/Herbivory Model:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-02-13 at 17.15.50.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68435iC3A0847939430822/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-02-13 at 17.15.50.png" alt="Screen Shot 2022-02-13 at 17.15.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 22:18:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/795960#M39112</guid>
      <dc:creator>vitaaquaticus</dc:creator>
      <dc:date>2022-02-13T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Least Squares Means differ between two similar models that are coded differently</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/796023#M39113</link>
      <description>&lt;P&gt;Here's an alternative plan:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Compute the LSMEANS for these two models. Compare them for terms in both models. If they are not the same, then you would not expect the LSMESTIMATE to be the same either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, when you can't get something to work, be specific. Show us what you tried. Provide details. Ask questions. Don't say "I couldn't get it to work" and then stop there.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 10:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Least-Squares-Means-differ-between-two-similar-models-that-are/m-p/796023#M39113</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-14T10:50:54Z</dc:date>
    </item>
  </channel>
</rss>

