<?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: non-est LS means on proc mixed with main effects and interactions model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821139#M40624</link>
    <description>&lt;P&gt;Non-est indicates that some of the different cells that make up the interaction are empty (no data) and so LS Means interactions cannot be computed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example showing the number of data points in a cell:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CAT&lt;/P&gt;
&lt;P&gt;MALE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6&lt;/P&gt;
&lt;P&gt;FEMALE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because FEMALE/CAT has zero observations, LSMEANS cannot estimate an interaction, and it shows this as Non-Est.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 14:00:40 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-06-30T14:00:40Z</dc:date>
    <item>
      <title>non-est LS means on proc mixed with main effects and interactions model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821134#M40623</link>
      <description>&lt;P&gt;I tried to run a proc mixed on SAS ODA. before doing that I classified the variables into several categories. Then, I added interactions in the proc mixed model; however the LS means is always non-est. Does anyone know how to solve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 13:51:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821134#M40623</guid>
      <dc:creator>hikmatazizat</dc:creator>
      <dc:date>2022-06-30T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: non-est LS means on proc mixed with main effects and interactions model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821139#M40624</link>
      <description>&lt;P&gt;Non-est indicates that some of the different cells that make up the interaction are empty (no data) and so LS Means interactions cannot be computed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example showing the number of data points in a cell:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CAT&lt;/P&gt;
&lt;P&gt;MALE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6&lt;/P&gt;
&lt;P&gt;FEMALE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because FEMALE/CAT has zero observations, LSMEANS cannot estimate an interaction, and it shows this as Non-Est.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 14:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821139#M40624</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-06-30T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: non-est LS means on proc mixed with main effects and interactions model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821289#M40629</link>
      <description>&lt;P&gt;I'd like to modify&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;'s response.&amp;nbsp; It is indeed due to empty cells, but generally it is the main effects that turn out to be nonestimable.&amp;nbsp; Interactions at the highest level should still be estimable.&amp;nbsp; To get around this, the LSMESTIMATE statement is a great tool.&amp;nbsp; Fit a "one-way" model such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model response = var_1*var_2*var_3...*var_n;
lsmeans var_1*var_2*var_3...*var_n / e;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;From the coefficients produced by the /e option in the lsmeans statement, you can pull out the terms that need to be used to estimate main effects, and by judicious use of the JOINT option, you can get F tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821289#M40629</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-07-01T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: non-est LS means on proc mixed with main effects and interactions model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821291#M40630</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;It is indeed due to empty cells, but generally it is the main effects that turn out to be nonestimable.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for the clarification,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-est-LS-means-on-proc-mixed-with-main-effects-and/m-p/821291#M40630</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-01T13:19:27Z</dc:date>
    </item>
  </channel>
</rss>

