<?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 Compare more than two Regression Slopes in SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309769#M8855</link>
    <description>&lt;P&gt;First, which regression procedure are you using? It may helps us to provide some of the code you are running to give us an idea of what may be practical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second what kind of comparison are you looking to do? Graphs? Differences of slopes? Differences of Intercepts? Differences of R-squares?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2016 17:00:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-11-07T17:00:23Z</dc:date>
    <item>
      <title>How to Compare more than two Regression Slopes in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309768#M8854</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 TS level 1MZ.on window version of 6.1.7601.&amp;nbsp;I&amp;nbsp;went to compare more than two regression lines so anyone could help to do this please? or anyone share this&amp;nbsp;syntax&amp;nbsp;would be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 16:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309768#M8854</guid>
      <dc:creator>Gedif</dc:creator>
      <dc:date>2016-11-07T16:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compare more than two Regression Slopes in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309769#M8855</link>
      <description>&lt;P&gt;First, which regression procedure are you using? It may helps us to provide some of the code you are running to give us an idea of what may be practical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second what kind of comparison are you looking to do? Graphs? Differences of slopes? Differences of Intercepts? Differences of R-squares?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 17:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309769#M8855</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-07T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compare more than two Regression Slopes in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309784#M8859</link>
      <description>At the movement I used simple liner regression. I measured plant height&lt;BR /&gt;over different genotypes and treatments in some hour interval in the growth&lt;BR /&gt;stage of the plant and I went to see the effect of days on plant height&lt;BR /&gt;growth.&lt;BR /&gt;&lt;BR /&gt;Regards to the type of comparison I am looking is Differences of slopes,&lt;BR /&gt;Differences of Intercepts but if you give me some more relay I am happy&lt;BR /&gt;especially on nonlinear regression models. I do have other parameters which&lt;BR /&gt;have nonlinear regresses on dates from planting.&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Mon, 07 Nov 2016 17:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309784#M8859</guid>
      <dc:creator>Gedif</dc:creator>
      <dc:date>2016-11-07T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Compare more than two Regression Slopes in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309807#M8860</link>
      <description>&lt;P&gt;Here is an example. The slopes are compared as the interaction term between &lt;STRONG&gt;engine size&lt;/STRONG&gt; and &lt;STRONG&gt;origin&lt;/STRONG&gt; in the ANOVA table&lt;STRONG&gt;,&lt;/STRONG&gt; and the predicted values are compared for a 4-liter engine in the LSMeans output &amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.cars;
class origin;
model horsepower = origin|engineSize;
lsmeans origin / at engineSize=4 pdiff; /* At 4-litre engine size */
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(for an illustration, look at the ANCOVA graph)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Compare-more-than-two-Regression-Slopes-in-SAS/m-p/309807#M8860</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-11-07T18:37:57Z</dc:date>
    </item>
  </channel>
</rss>

