Too many observations for x12 - Beginner Issue
Posted: Mon Jun 24, 2013 1:00 pm
Howdy, I'm about a week into eViews8 and am still learning by trial and error. I've tried a couple different ways of writing a procedure and I just can't figure it out.
I would like to create a new variable by seasonally adjusting using x12; however, I have more than 600 observations (50 years of monthly). I think, oh this will be easy, I'll just sample what I need when generating the new variable.
Here is what I thought would work from my program, but every time I check it, the "generated series" is the exact same as my original data. Anything obviously wrong?
' LNU01300012 = 16-19y/o; Needs Seasonal Adjustment
Smpl 1970:1 %last
genr lnu0130012_sa = LNU01300012
lnu0130012_sa.x12
Thanks, Luke
I would like to create a new variable by seasonally adjusting using x12; however, I have more than 600 observations (50 years of monthly). I think, oh this will be easy, I'll just sample what I need when generating the new variable.
Here is what I thought would work from my program, but every time I check it, the "generated series" is the exact same as my original data. Anything obviously wrong?
' LNU01300012 = 16-19y/o; Needs Seasonal Adjustment
Smpl 1970:1 %last
genr lnu0130012_sa = LNU01300012
lnu0130012_sa.x12
Thanks, Luke