Search found 8 matches
- Tue Oct 01, 2013 1:53 pm
- Forum: Data Manipulation
- Topic: Correlations Calculation
- Replies: 8
- Views: 9885
Re: Correlations Calculation
Thanks a lot. Problem solved!
- Tue Oct 01, 2013 1:41 pm
- Forum: Data Manipulation
- Topic: Correlations Calculation
- Replies: 8
- Views: 9885
Re: Correlations Calculation
Another attempt failed... message "Submatrix extracted from non matrix/vector in matplace(corrall,cross!iCORR,!row,1)". Any hint what's wrong again? group g x y z matrix(9,3) corrall !row=1 for !i=1 to 3 smpl if @crossid=!i g.cor(out=cross!i) matplace(corrall,cross!iCORR,!row,1) !row=!row+...
- Tue Oct 01, 2013 1:22 pm
- Forum: Data Manipulation
- Topic: Correlations Calculation
- Replies: 8
- Views: 9885
Re: Correlations Calculation
Thanks! I created a bigger matrix "corrall" and hope to hold all the individual matrices. But the following does not seem to work "Syntax error in matplace(corrall, g.cor, 1,1). I guess I cannot put g.cor in the matplace function? group g x y z matrix(9,3) corrall !row=1 for !i=1 to 3...
- Tue Oct 01, 2013 12:00 pm
- Forum: Data Manipulation
- Topic: Correlations Calculation
- Replies: 8
- Views: 9885
Re: Correlations Calculation
Thanks Gareth. This generates 10 matrix objects -- is it possible to generate just one object with all the 10 matrices?
- Tue Oct 01, 2013 11:36 am
- Forum: Data Manipulation
- Topic: Correlations Calculation
- Replies: 8
- Views: 9885
Correlations Calculation
Hi, Sorry for this simple question as I am new to Eviews. I have a panel workfile with cross section id as country and time series id as year. I have 10 countries.There are three variables X, Y, Z. How can I get a correlation matrix of X Y and Z for each country (that is, 10 triangular 3X3 matrices ...
- Wed Sep 04, 2013 10:16 am
- Forum: Data Manipulation
- Topic: Data from Internet
- Replies: 6
- Views: 6275
Re: Data from Internet
Thank you very much Glenn! I am wondering is Eviews can provide a "recorder" function (like the marcro recorder in Excel) so all the mouse operations can be saved as codes...
- Tue Sep 03, 2013 2:55 pm
- Forum: Data Manipulation
- Topic: Data from Internet
- Replies: 6
- Views: 6275
Re: Data from Internet
Thank you very much for the help. Some further questions: 1) I am wondering whether using excel as an intermediate step would involve too much manual work since there are numerous tables to be downloaded (and updated on a regular basis)? 2) Suppose I am using FRED, File>Open>Database… FRED Database ...
- Tue Sep 03, 2013 1:31 pm
- Forum: Data Manipulation
- Topic: Data from Internet
- Replies: 6
- Views: 6275
Data from Internet
Hi,
I am new to Eviews and I have a simple data question -- what is the best way to 1) import data from internet and 2) update this data programatically? Suppose the data is this one: http://unctadstat.unctad.org/TableViewe ... eportId=96
Thanks a lot!
I am new to Eviews and I have a simple data question -- what is the best way to 1) import data from internet and 2) update this data programatically? Suppose the data is this one: http://unctadstat.unctad.org/TableViewe ... eportId=96
Thanks a lot!
