<?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: Joinpoint regression model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243155#M12802</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find lots of info (including example programs) on the web.&lt;/P&gt;
&lt;P&gt;These are the keywords you need are:&lt;/P&gt;
&lt;P&gt;Piecewise Regression Model in SAS&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;Segmented regression model in SAS&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;Change point regression model in SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a nice article (including SAS code):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf" target="_blank"&gt;http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P align="LEFT"&gt;Regression - hockey sticks, broken sticks, piecewise, change points&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example from the SAS documentation:&lt;/P&gt;
&lt;P&gt;SAS/STAT(R) 14.1 User's Guide&lt;/P&gt;
&lt;P&gt;Example 81.1: Segmented Model&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples01.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2016 10:54:23 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2016-01-13T10:54:23Z</dc:date>
    <item>
      <title>Joinpoint regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243054#M12796</link>
      <description>&lt;P&gt;I'm still relatively new to SAS and I am trying to conduct estimates using a&amp;nbsp;Joinpoint regression model since I've read about how accurate it is in predictions. I have no idea where to begin in coding it though. Has anyone used this and has sample code to help me along?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 20:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243054#M12796</guid>
      <dc:creator>chadwae</dc:creator>
      <dc:date>2016-01-12T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joinpoint regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243065#M12797</link>
      <description>&lt;P&gt;Is this for cancer data analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, look into the JoinPoint software from NCI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://surveillance.cancer.gov/joinpoint/" target="_blank"&gt;http://surveillance.cancer.gov/joinpoint/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 21:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243065#M12797</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-12T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Joinpoint regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243155#M12802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find lots of info (including example programs) on the web.&lt;/P&gt;
&lt;P&gt;These are the keywords you need are:&lt;/P&gt;
&lt;P&gt;Piecewise Regression Model in SAS&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;Segmented regression model in SAS&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;Change point regression model in SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a nice article (including SAS code):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf" target="_blank"&gt;http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P align="LEFT"&gt;Regression - hockey sticks, broken sticks, piecewise, change points&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example from the SAS documentation:&lt;/P&gt;
&lt;P&gt;SAS/STAT(R) 14.1 User's Guide&lt;/P&gt;
&lt;P&gt;Example 81.1: Segmented Model&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples01.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples01.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 10:54:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joinpoint-regression-model/m-p/243155#M12802</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2016-01-13T10:54:23Z</dc:date>
    </item>
  </channel>
</rss>

