Search found 10 matches
- Mon Jul 29, 2013 6:34 am
- Forum: Data Manipulation
- Topic: How to Create a Series from Other Series
- Replies: 12
- Views: 9780
Re: How to Create a Series from Other Series
Worked perfect!
- Wed Jul 24, 2013 10:10 am
- Forum: Data Manipulation
- Topic: How to Create a Series from Other Series
- Replies: 12
- Views: 9780
Re: How to Create a Series from Other Series
Bummer. Ok, so I'm trying a new method of writing the values where I want them using wfsave and setting my range to specific cells. However, I have another issue using this way: wfsave includes the series names, so as a series is added, the name covers the previous value written in the cell above. I...
- Wed Jul 24, 2013 7:25 am
- Forum: Data Manipulation
- Topic: How to Create a Series from Other Series
- Replies: 12
- Views: 9780
Re: How to Create a Series from Other Series
I just saw the reply, thanks! A couple of questions: 1) Instead of writing to a new file, I'd like to save into an existing file (in this instance sheet 12 of an existing excel, designated as outputfile1). Is this possible? 2) Is it possible to get the data in a columnvector rather than a rowvector?...
- Mon Jul 22, 2013 11:01 am
- Forum: Data Manipulation
- Topic: How to Create a Series from Other Series
- Replies: 12
- Views: 9780
Re: How to Create a Series from Other Series
I think I want to do something very similar to this (at least in spirit) in Eviews8. I want to make a Yield Curve of expected inflation using a downloadable excel. The excel features thirty columns of series (expectations 30 years out) and the rows are monthly observations starting from 1982m1. Is t...
- Tue Jun 25, 2013 9:43 am
- Forum: Data Manipulation
- Topic: Creating a Vector of 1s; Multiplying by Value
- Replies: 6
- Views: 7923
Re: Creating a Vector of 1s; Multiplying by Value
EDIT: I am trying a new approach, so I no need to answer this if you've got other issues. I think I am at my last hurdle. I inherited the start of the project from someone else's work, so the last line of the code I've never manipulated (just been able to copy paste as needed). I get that "LNU0...
- Tue Jun 25, 2013 8:13 am
- Forum: Data Manipulation
- Topic: Creating a Vector of 1s; Multiplying by Value
- Replies: 6
- Views: 7923
Re: Creating a Vector of 1s; Multiplying by Value
Good point, I should have been clearer about my goals: "LNS11324230_avg2009_2013" is a value and I wanted to create the vector of 1s so that I could turn the vector into a vector of that value. Then I can set excel to grab that last value of the exported column as it updates. Would the fol...
- Tue Jun 25, 2013 7:34 am
- Forum: Data Manipulation
- Topic: Creating a Vector of 1s; Multiplying by Value
- Replies: 6
- Views: 7923
Re: Creating a Vector of 1s; Multiplying by Value
I've also tried this version to no avail:
vector v2=@ones(900) ====> this is what the help page showed me
genr LNS11324230_avg09_13v = (LNS11324230_avg2009_2013*v2)
vector v2=@ones(900) ====> this is what the help page showed me
genr LNS11324230_avg09_13v = (LNS11324230_avg2009_2013*v2)
- Tue Jun 25, 2013 7:31 am
- Forum: Data Manipulation
- Topic: Creating a Vector of 1s; Multiplying by Value
- Replies: 6
- Views: 7923
Creating a Vector of 1s; Multiplying by Value
Hello again, Eviews 8 I'm trying to generate a vector of ones then multiply that vector by a value. The goal is to make it easier to create excel bar graphs. I've tried a couple different ways of writing, but I most frequently get the error "Illegal lag or Index Specification" My code: vec...
- Tue Jun 25, 2013 6:25 am
- Forum: Data Manipulation
- Topic: Too many observations for x12 - Beginner Issue
- Replies: 2
- Views: 3196
Re: Too many observations for x12 - Beginner Issue
Perfect!
Thank you!
Thank you!
- Mon Jun 24, 2013 1:00 pm
- Forum: Data Manipulation
- Topic: Too many observations for x12 - Beginner Issue
- Replies: 2
- Views: 3196
Too many observations for x12 - Beginner Issue
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 mo...
