<?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 Question about significance testing of a break-point in a piecewise model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125680#M6576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using proc mixed I have created a two segment piecewise regression line with a known break-point. Is there a way to determine if the change in slope across the break-point, (the difference in slope between segment 1 and segment 2) is statistically significant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 01:15:15 GMT</pubDate>
    <dc:creator>jasu47</dc:creator>
    <dc:date>2012-11-14T01:15:15Z</dc:date>
    <item>
      <title>Question about significance testing of a break-point in a piecewise model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125680#M6576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using proc mixed I have created a two segment piecewise regression line with a known break-point. Is there a way to determine if the change in slope across the break-point, (the difference in slope between segment 1 and segment 2) is statistically significant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 01:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125680#M6576</guid>
      <dc:creator>jasu47</dc:creator>
      <dc:date>2012-11-14T01:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question about significance testing of a break-point in a piecewise model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125681#M6577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We would have to see your model formulation to be more specific. But the idea is to include in your model a common slope for both segments and a difference in slope that applies to segment 2 only. That way, you automatically get the test for the significance of the difference in slopes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 01:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125681#M6577</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-11-14T01:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about significance testing of a break-point in a piecewise model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125682#M6578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a specialized tool addressing this problem (non SAS), take a look at Joinpoint from the National Cancer Institute :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://surveillance.cancer.gov/joinpoint/" title="http://surveillance.cancer.gov/joinpoint/"&gt;Joinpoint Regression Program - Surveillance Research Program&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 02:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125682#M6578</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-11-14T02:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about significance testing of a break-point in a piecewise model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125683#M6579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it can be of some inspiration, run the following simulation :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;data have;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;do x = 0 to 10 by 0.1;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y = x + 0.7*max(0, x - 5) + rannor(1234);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;proc sgplot data=have;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;scatter x=x y=y;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;series x=x y=x;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;%let break_X=5;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;data tmp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;set have;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;xp = max(0, x - &amp;amp;break_X);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;proc reg data=tmp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;model y = x xp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;xp&lt;/STRONG&gt; term in the model tests the difference in slopes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-about-significance-testing-of-a-break-point-in-a/m-p/125683#M6579</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-11-15T15:26:59Z</dc:date>
    </item>
  </channel>
</rss>

