Search found 4 matches

by Mukanov
Fri Apr 01, 2016 11:48 am
Forum: Data Manipulation
Topic: Updating data in imported series
Replies: 6
Views: 4944

Re: Updating data in imported series

If you're using .adjust you only need to set the sample to the first period that needs to be changed.
So it should look something like that (don't have an opportunity to check it right now):

Code: Select all

smpl 2016M03 2016M08 mcoilbrenteu.adjust = 40 45 44 42 50 48
Thank you very much, now I understand! :wink:
by Mukanov
Fri Apr 01, 2016 10:46 am
Forum: Data Manipulation
Topic: Updating data in imported series
Replies: 6
Views: 4944

Re: Updating data in imported series

No, but you only need to change the sample once. Yeah, If numbers will be the same (equal to 40) it will work, but if not, sample must be changed each time, am I right :?: For example to get series like this: 2015M12 38.01 2016M01 30.7 2016M02 32.18 2016M03 40 2016M04 45 2016M05 44 2016M06 42 2016M...
by Mukanov
Fri Apr 01, 2016 8:10 am
Forum: Data Manipulation
Topic: Updating data in imported series
Replies: 6
Views: 4944

Re: Updating data in imported series

It isn't exactly clear what you're asking, but perhaps series.adjust will help you. http://www.eviews.com/help/helpintro.html#page/EViews%25209%2520Help%2Fseriescmd.107.02.html%23ww200856 I want to change exact date value in series by code lines, without changing sample every time :series: To be cl...
by Mukanov
Fri Apr 01, 2016 6:53 am
Forum: Data Manipulation
Topic: Updating data in imported series
Replies: 6
Views: 4944

Updating data in imported series

Hello everyone :) I have an issue with managing data "up-to-date". For example to add actual and forecasted values for BRENT price: dbopen(type=fredv1, server=api.stlouisfed.org/fred) fetch("link", m) mcoilbrenteu Is there some easier way to do, except of this: smpl 2016M03 2016M...

Go to advanced search