<?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: Anova: LSMEAN differences are not estimable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Anova-LSMEAN-differences-are-not-estimable/m-p/490277#M128226</link>
    <description>&lt;P&gt;&lt;A href="https://support.sas.com/kb/22/582.html" target="_blank"&gt;https://support.sas.com/kb/22/582.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2018 22:28:44 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-08-27T22:28:44Z</dc:date>
    <item>
      <title>Anova: LSMEAN differences are not estimable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anova-LSMEAN-differences-are-not-estimable/m-p/490274#M128224</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I'm trying to conduct anova test to assess if the interaction terms are significant for each one of these dummy variables in terms of treatment (drug vs placebo) with&amp;nbsp;&amp;nbsp;Bonferroni correction for multiple comparisons. &lt;BR /&gt;However, I have WARNINGS:&amp;nbsp;&lt;SPAN&gt;LSMEAN differences for ttr are not estimable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What am I doing wrong? Any hints or suggestions appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input id score ttr gender marriage drug	stage age cvd geography	race statin surgery;
cards;
1	4	1	0	0	0	1	0	0	0	1	1	1
2	5	1	0	0	1	1	0	0	1	1	1	0
3	8	1	1	0	0	1	1	1	1	1	0	0
4	9	1	1	0	1	1	1	1	1	1	0	0
5	14	1	1	1	0	1	1	1	1	1	0	0
6	2	1	0	1	1	0	0	0	0	0	0	0
7	15	1	1	0	0	0	1	0	0	0	1	1
8	6	1	0	0	1	0	0	1	0	0	0	1
9	9	1	1	1	1	0	1	0	0	0	0	1
10	10	1	1	1	1	1	1	1	0	1	0	0
11	0	2	0	1	0	0	1	0	1	0	0	0
12	1	2	0	0	0	1	1	1	1	1	1	0
13	4	2	0	0	0	0	0	0	0	0	1	0
14	-2	2	1	0	0	1	0	1	0	1	1	1
15	6	2	0	1	0	0	0	0	1	0	1	0
16	-4	2	1	1	1	0	0	0	0	1	0	1
17	3	2	1	1	1	0	0	0	1	0	0	0
18	4	2	1	0	1	0	0	0	0	1	1	1
19	7	2	0	0	0	1	0	0	1	0	1	0
20	9	2	0	0	0	1	0	0	0	0	0	1
;

proc glm data=have;
class ttr gender marriage drug	stage age cvd geography	race statin surgery;
model score = ttr ttr*gender
ttr*marriage
ttr*drug
ttr*stage 
ttr*age
ttr*cvd
ttr*geography
ttr*race
ttr*statin
ttr*surgery;
lsmeans ttr ttr*gender
ttr*marriage
ttr*drug
ttr*stage 
ttr*age
ttr*cvd
ttr*geography
ttr*race
ttr*statin
ttr*surgery/adjust=bon; 
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Log:&lt;/P&gt;
&lt;P&gt;WARNING: LSMEAN differences for ttr are not estimable; no table of differences will be produced.&lt;BR /&gt;WARNING: LSMEAN differences for ttr*stage are not estimable; no table of differences will be&lt;BR /&gt; produced.&lt;BR /&gt;WARNING: LSMEAN differences for ttr*age are not estimable; no table of differences will be&lt;BR /&gt; produced.&lt;BR /&gt;WARNING: LSMEAN differences for ttr*race are not estimable; no table of differences will be&lt;BR /&gt; produced.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 22:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anova-LSMEAN-differences-are-not-estimable/m-p/490274#M128224</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-08-27T22:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Anova: LSMEAN differences are not estimable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anova-LSMEAN-differences-are-not-estimable/m-p/490277#M128226</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/kb/22/582.html" target="_blank"&gt;https://support.sas.com/kb/22/582.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 22:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anova-LSMEAN-differences-are-not-estimable/m-p/490277#M128226</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-27T22:28:44Z</dc:date>
    </item>
  </channel>
</rss>

