<?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: t-value for the difference between two splopes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/562549#M27799</link>
    <description>&lt;P&gt;This is equivalent to testing if the two slopes are equal. To do that, in a regression sense, you fit an interaction, and if the interaction is not statistically significant, then the two slopes are not statistically different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if the class variable ID contains values 1 and 2, and this is used to produce two slopes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
    class id;
    model y = id x id*x;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 May 2019 13:20:34 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-05-30T13:20:34Z</dc:date>
    <item>
      <title>t-value for the difference between two splopes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/562546#M27798</link>
      <description>&lt;P&gt;How I can run the equation to determine the difference between two slopes in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;t = (b1 - b2) / SQRT(s^2b1 + s^2b2), df = n1 + n2 -4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b = slope ; s = standard error ; df = degree of freedom and n = sample size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Juan Manriquez&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 13:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/562546#M27798</guid>
      <dc:creator>Juan_Manriquez</dc:creator>
      <dc:date>2019-05-30T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: t-value for the difference between two splopes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/562549#M27799</link>
      <description>&lt;P&gt;This is equivalent to testing if the two slopes are equal. To do that, in a regression sense, you fit an interaction, and if the interaction is not statistically significant, then the two slopes are not statistically different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if the class variable ID contains values 1 and 2, and this is used to produce two slopes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
    class id;
    model y = id x id*x;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 May 2019 13:20:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/562549#M27799</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-30T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: t-value for the difference between two splopes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/563257#M27818</link>
      <description>Thanks Paige, I will check it&lt;BR /&gt;Juan</description>
      <pubDate>Mon, 03 Jun 2019 14:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/t-value-for-the-difference-between-two-splopes/m-p/563257#M27818</guid>
      <dc:creator>Juan_Manriquez</dc:creator>
      <dc:date>2019-06-03T14:03:51Z</dc:date>
    </item>
  </channel>
</rss>

