Correlation table - save results
Posted: Tue Jan 21, 2014 8:29 am
Hi,
I'm EViews 8 user. I've got this code which computes correlation table of five variables:
group gr1 var1 var2 var3 var4 var5
gr1.cor corr prob
freeze(corr_tab) gr1.cor corr prob
Is there a way to combine line 2 and 3 together without using command "freeze"? The thing is if you use "freeze" at the beginning of a line, it is sometimes difficult to understand what this line is doing, especially if you're not familiar with programming. So, I was thinking about a set of commands that would first create an empty table called "corr_tab" and then update the table to make it a correlation matrix. In summary, I think my question is about how to refer to existing tables.
Any suggestions welcome.
Best,
Pawel
I'm EViews 8 user. I've got this code which computes correlation table of five variables:
group gr1 var1 var2 var3 var4 var5
gr1.cor corr prob
freeze(corr_tab) gr1.cor corr prob
Is there a way to combine line 2 and 3 together without using command "freeze"? The thing is if you use "freeze" at the beginning of a line, it is sometimes difficult to understand what this line is doing, especially if you're not familiar with programming. So, I was thinking about a set of commands that would first create an empty table called "corr_tab" and then update the table to make it a correlation matrix. In summary, I think my question is about how to refer to existing tables.
Any suggestions welcome.
Best,
Pawel