BookmarkSubscribeRSS Feed
AME_11
Calcite | Level 5

Hello communities!

I try to find structural brake changes on variable like IPI or unemployment rate, firstly the BP test gives me too many breaks (like 10 in 30 years, impossible!) so I changed the EPS option in the code : 

proc autoreg data=mem.ipiesptem; 
model e=e1 e2 / bp=(M=7, P=0, EPS=0.1, PRINTEST=ALL); run;


after it i obtained like 6 breaks (with the SupF(L+1) test it's still too many (but we can continue the analysis with this number) and the SupF test gives me more than 7 breaks.
So,


1. Can I choose the number of break just with the SupF(L+1) test? (Because the other is always wrong.. and sequential test must be more robust than the simple SupF test)

2. Is the code adapted to my goal?
3. Is there a solution/modification of my code in order to limit the BP test to the most important breaks in this time series?

Many thanks for any help!! 🙂

1 REPLY 1
ShelleySessoms
Community Manager

This type of question is best answered by SAS Technical Support: http://support.sas.com/techsup/contact/. Best of luck to you, and thank you for using the SAS online communities.

Shelley Sessoms
Online Community Manager

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1423 views
  • 0 likes
  • 2 in conversation