<?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 Proc glm output interpretation:estimate and contrast in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-glm-output-interpretation-estimate-and-contrast/m-p/267945#M58068</link>
    <description>&lt;P&gt;How i can interpret my results from proc glm&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;
    /*NS PS NI LS MS HS*/
	/*MY BELIEVES*/
	CONTRAST 'PS NI vs LS' amt 0 -0.6 -0.4 1 0 0;
	ESTIMATE 'PS NI vs LS' intercept 9 amt 0 4 1 4 0 0 / divisor = 9;
	lsmeans amt/pdiff adjust=tukey;
run;
quit;
ods graphics off;
ods html close;&lt;/PRE&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3005i8C9C3A4EFCA40E19/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Снимок.PNG" title="Снимок.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Describe my model:estimate and contrast?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS i attached my code.&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 14:00:12 GMT</pubDate>
    <dc:creator>bigban777</dc:creator>
    <dc:date>2016-05-03T14:00:12Z</dc:date>
    <item>
      <title>Proc glm output interpretation:estimate and contrast</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-glm-output-interpretation-estimate-and-contrast/m-p/267945#M58068</link>
      <description>&lt;P&gt;How i can interpret my results from proc glm&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;
    /*NS PS NI LS MS HS*/
	/*MY BELIEVES*/
	CONTRAST 'PS NI vs LS' amt 0 -0.6 -0.4 1 0 0;
	ESTIMATE 'PS NI vs LS' intercept 9 amt 0 4 1 4 0 0 / divisor = 9;
	lsmeans amt/pdiff adjust=tukey;
run;
quit;
ods graphics off;
ods html close;&lt;/PRE&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3005i8C9C3A4EFCA40E19/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Снимок.PNG" title="Снимок.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Describe my model:estimate and contrast?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS i attached my code.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:00:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-glm-output-interpretation-estimate-and-contrast/m-p/267945#M58068</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-05-03T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glm output interpretation:estimate and contrast</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-glm-output-interpretation-estimate-and-contrast/m-p/268293#M58081</link>
      <description>&lt;P&gt;The SAS documentation provides a mathematical&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introanova_toc.htm" target="_self"&gt;description of Analysis of Variance.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_glm_gettingstarted01.htm" target="_self"&gt;Getting Started Example for PROC GLM&lt;/A&gt;&amp;nbsp;provides a step-by-step table-by-table analysi of the numbers that are produced by PROC GLM for an ANOVA. &amp;nbsp;There are also sections that describe the CONTRAST, ESTIMATE, and LSMEANS statements, along with examples.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-glm-output-interpretation-estimate-and-contrast/m-p/268293#M58081</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-04T14:47:51Z</dc:date>
    </item>
  </channel>
</rss>

