Page 1 of 1

na

Posted: Thu Jun 14, 2012 6:31 pm
by mny
na

Re: Linear trend model

Posted: Thu Jun 14, 2012 6:58 pm
by startz
You can use @trend to create a time trend for an independent variable. Then you need to create seasonal dummies. If you have a quarterly workfile, something like

Code: Select all

ls y @trend @expand(@quarter)
should get you the regression you need. Then you push the forecast button.