Suppose one is attempting to run regression on the following two economic indicators:
Employment and Business Cycle
(please see graphic below)
Linear Regression won't work here because level of Business Cycle (say, from 0 to 100) includes both 'coming down' and 'going up.'
The regression coefficient for Business Cycle will always be not significant because Business Cycle values will include offsetting 'going up' and 'coming down' values.
Yet one knows that Business Cycle level is indeed important.
One would additionally need to include a second variable -- whether the cycle is 'going up' or 'coming down.' Change from Previous Period sounds appropriate.
Thus, Multiple Regression might be usable.
I'm curious on your take. How can one best go about working with this oscillator dilemma?
Thanks!
Nicholas Kormanik
One way would be to include time, time**2, and time**3 as predictor variables.
Art, CEO, AnalystFinder.com
My guess would be no, they shouldn't be included. However, I'll leave that for the forum's statisticians to chime in.
Art, CEO, AnalystFinder.com
Two common approaches are to add in variables for seasonality or or smoothing it out using moving averages.
two ways:
1) try other model like PROC LOESS, PROC TRANREG .
2) time series analysis SAS/ETS, like PROC ARIMIA, PROC UCM .
Calling @Rick_SAS
I'm using this as a general example of handling oscillators
(sinusoidal-shaped independent variables over time).
In the above case we have only one such variable, Business Cycle.
Suppose we have 1000 such variables.
Proc GLMSELECT permits us to check to see which of the variables appear most
significant - variable selection techniques.
But, as shown, 'oscillators' present special challenges. Not sure how to
handle it.
PROC GLMSELECT only can handle LINEAR relation, not non-linear .
I suggest you post it at SAS/ETS forum, there is someone could answer your question.
or try PROC PLS .
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.