<?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: ancova in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116857#M6147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot fit an ANCOVA model (model PostTreatment = Drug PreTreatment;) when the interaction is significant. My example shows you what can be done when the interaction IS significant. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 13:06:33 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2013-01-07T13:06:33Z</dc:date>
    <item>
      <title>ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116854#M6144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does anyone know if when i check for an interaction in the ancova model and i get a significant interaction, can i use the results i recived ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not what do i do ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 10:00:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116854#M6144</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2013-01-06T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116855#M6145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The presence of an interaction means that the effect of your covariate is not the same in every group (class variable). A comparison of the dependent variable will thus depend on the value of your covariate. What you can do is look at the ancova plot and compare your groups at a specific value of your covariate, as in this example (modified from SAS doc) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data DrugTest;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; input Drug $ PreTreatment PostTreatment @@;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;A 11&amp;nbsp; 6&amp;nbsp;&amp;nbsp; A&amp;nbsp; 8&amp;nbsp; 0&amp;nbsp;&amp;nbsp; A&amp;nbsp; 5&amp;nbsp; 2&amp;nbsp;&amp;nbsp; A 14&amp;nbsp; 8&amp;nbsp;&amp;nbsp; A 19 11&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;A&amp;nbsp; 6&amp;nbsp; 4&amp;nbsp;&amp;nbsp; A 10 13&amp;nbsp;&amp;nbsp; A&amp;nbsp; 6&amp;nbsp; 1&amp;nbsp;&amp;nbsp; A 11&amp;nbsp; 8&amp;nbsp;&amp;nbsp; A&amp;nbsp; 3&amp;nbsp; 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;D&amp;nbsp; 6&amp;nbsp; 0&amp;nbsp;&amp;nbsp; D&amp;nbsp; 6&amp;nbsp; 2&amp;nbsp;&amp;nbsp; D&amp;nbsp; 7&amp;nbsp; 3&amp;nbsp;&amp;nbsp; D&amp;nbsp; 8&amp;nbsp; 1&amp;nbsp;&amp;nbsp; D 18 18&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;D&amp;nbsp; 8&amp;nbsp; 4&amp;nbsp;&amp;nbsp; D 19 14&amp;nbsp;&amp;nbsp; D&amp;nbsp; 8&amp;nbsp; 9&amp;nbsp;&amp;nbsp; D&amp;nbsp; 5&amp;nbsp; 1&amp;nbsp;&amp;nbsp; D 15&amp;nbsp; 9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;F 16 13&amp;nbsp;&amp;nbsp; F 13 10&amp;nbsp;&amp;nbsp; F 11 18&amp;nbsp;&amp;nbsp; F&amp;nbsp; 9&amp;nbsp; 5&amp;nbsp;&amp;nbsp; F 21 23&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;F 16 12&amp;nbsp;&amp;nbsp; F 12&amp;nbsp; 5&amp;nbsp;&amp;nbsp; F 12 16&amp;nbsp;&amp;nbsp; F&amp;nbsp; 7&amp;nbsp; 1&amp;nbsp;&amp;nbsp; F 12 20&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc glm data=DrugTest plots(only)=(ancovaplot(clm));&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; class Drug;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model PostTreatment = Drug|PreTreatment;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; lsmeans Drug / at PreTreatment=15 pdiff;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 18:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116855#M6145</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-06T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116856#M6146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your attached example the interaction not significant.&lt;/P&gt;&lt;P&gt;I would like to know if it is a problem to use the ancova results when i get a significant interaction (is it an assumption that the slopes must be the same in order to using the ancova results?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 06:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116856#M6146</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2013-01-07T06:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116857#M6147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot fit an ANCOVA model (model PostTreatment = Drug PreTreatment;) when the interaction is significant. My example shows you what can be done when the interaction IS significant. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ancova/m-p/116857#M6147</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-07T13:06:33Z</dc:date>
    </item>
  </channel>
</rss>

