<?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: how to interpret my graph? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-interpret-my-graph/m-p/267251#M9582</link>
    <description>&lt;P&gt;See p. 3 of &lt;A href="http://www.mwsug.org/proceedings/2011/dataviz/MWSUG-2011-DG08.pdf" target="_self"&gt;"Interpreting the Differences Among LSMEANS in Generalized Linear Models"&lt;/A&gt;&amp;nbsp;by Robin High.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Briefly, the blue lines represent pairs&amp;nbsp;of groups&amp;nbsp;whose mean differences are&amp;nbsp;significantly different from zero. (That is, the means are sig diff from each other.) The red lines represent pairs that are NOT significantly different from zero. In your example, the mean difference between the NI and PS groups are not sig diff. Similarly, the mean difference between the NI-LS groups and the LS-PS groups are not sig different. The other pairwise comparison of means are significantly different from each other.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 14:46:07 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-04-29T14:46:07Z</dc:date>
    <item>
      <title>how to interpret my graph?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-interpret-my-graph/m-p/267241#M9581</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I used PROC GLM for ANOVA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods html style=statistical;
ods graphics on;
title "Anova with Plots";
PROC GLM DATA = smoke3 order=data;;
	CLASS amt;
	MODEL fef=amt/solution;
	CONTRAST 'ns vs ps' amt 1 -1 0 0 0 0;
	CONTRAST 'ns vs ave inhale' amt 1 0 0 -.1 -.7 -.2;
	CONTRAST '# of smo' amt 0 0 0 -14 -4 18;
	CONTRAST 'ps vs ms' amt 0 -1 0 0 1 0;
	ESTIMATE 'ns vs ave inh' amt 1 0 0 -.1 -.7 -.2;
	ESTIMATE 'smo mn' intercept 70 amt 0 0 0 10 20 40 / divisor = 70;
	ESTIMATE 'nonsmo mn vs smo mn' amt 35 35 0 -10 -20 -40 / divisor = 70;
	ESTIMATE 'ps vs ms' intercept 70 amt 0 30 0 0 40 0 / divisor =70 ;
	lsmeans amt/pdiff adjust=tukey;;
run;
quit;
ods graphics off;
ods html close;&lt;/PRE&gt;&lt;P&gt;And i got following result:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2971iDD8E6854E87F52CA/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="DiffPlot.png" title="DiffPlot.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question:&amp;nbsp;how to interpret my graph?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-interpret-my-graph/m-p/267241#M9581</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-04-29T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to interpret my graph?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-interpret-my-graph/m-p/267251#M9582</link>
      <description>&lt;P&gt;See p. 3 of &lt;A href="http://www.mwsug.org/proceedings/2011/dataviz/MWSUG-2011-DG08.pdf" target="_self"&gt;"Interpreting the Differences Among LSMEANS in Generalized Linear Models"&lt;/A&gt;&amp;nbsp;by Robin High.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Briefly, the blue lines represent pairs&amp;nbsp;of groups&amp;nbsp;whose mean differences are&amp;nbsp;significantly different from zero. (That is, the means are sig diff from each other.) The red lines represent pairs that are NOT significantly different from zero. In your example, the mean difference between the NI and PS groups are not sig diff. Similarly, the mean difference between the NI-LS groups and the LS-PS groups are not sig different. The other pairwise comparison of means are significantly different from each other.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-interpret-my-graph/m-p/267251#M9582</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-29T14:46:07Z</dc:date>
    </item>
  </channel>
</rss>

