Page 1 of 1

How to add observations onto a series? Eviews 9

Posted: Sat Jun 20, 2015 12:35 pm
by jmccown
I have a workfile that has a series ppm. It is annual data from 1850 to 1958.

Then I create a new series ppmtswn that adds a random number to each observation in ppm:

Code: Select all

series ppmtswn = ppm + 2.908 * nrnd
What I want to do now is just add ten more observations (nonrandom) onto the end of ppmtswn, for 1959 to 1968.

I can't figure out how to do this.

Thanks for any assistance.

Re: How to add observations onto a series? Eviews 9

Posted: Sat Jun 20, 2015 12:48 pm
by EViews Gareth
Proc->Resize/Restructure current page, then change the end date to 1968.

Set the sample to the ten observations just added, and assign values to ppmtswn.

Re: How to add observations onto a series? Eviews 9

Posted: Sun Jun 21, 2015 12:16 pm
by jmccown
Thanks.