- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I'm still relatively new to SAS and I am trying to conduct estimates using a 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?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can find lots of info (including example programs) on the web.
These are the keywords you need are:
Piecewise Regression Model in SAS
OR
Segmented regression model in SAS
OR
Change point regression model in SAS
Here is a nice article (including SAS code):
http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf
Regression - hockey sticks, broken sticks, piecewise, change points
Here is an example from the SAS documentation:
SAS/STAT(R) 14.1 User's Guide
Example 81.1: Segmented Model
Koen
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Is this for cancer data analysis?
If so, look into the JoinPoint software from NCI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can find lots of info (including example programs) on the web.
These are the keywords you need are:
Piecewise Regression Model in SAS
OR
Segmented regression model in SAS
OR
Change point regression model in SAS
Here is a nice article (including SAS code):
http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes/PDFbigbook-SAS/SAS-part018.pdf
Regression - hockey sticks, broken sticks, piecewise, change points
Here is an example from the SAS documentation:
SAS/STAT(R) 14.1 User's Guide
Example 81.1: Segmented Model
Koen