Search found 12 matches

by DanielArmani
Tue Jan 31, 2012 8:28 am
Forum: Econometric Discussions
Topic: Two cointegration equation result for only a pair of data???
Replies: 1
Views: 2915

Two cointegration equation result for only a pair of data???

Hi, I am trying to do cointegration test beween two time series. I get the following result; Trace test indicates 2 cointegrating eqn(s) at the 0.05 level As I have only two time series I expected te have only ONE cointegrating equation, but the test results in TWO, I wonder what that means? Are my ...
by DanielArmani
Wed Dec 07, 2011 9:36 am
Forum: Programming
Topic: Select some of cell content
Replies: 1
Views: 1894

Select some of cell content

Hi there, I wonder if there is a way to get some of the information from cell content when we collecting data from tables? To explain, I need to get result from cointegration test result table which says " Trace test indicates no cointegration at the 0.05 level" or " Trace test indica...
by DanielArmani
Tue Dec 06, 2011 4:50 am
Forum: Programming
Topic: Mixing the commands
Replies: 1
Views: 1887

Mixing the commands

Hi there, I use eviews6, I have tried and write some codes to delete the unwanted rows from my tables but it did not work. the code shoud delete the 3dr row of the table if the cointain of cell 3b is NA and repeat. the code is as follow; while gpr_{!i}_{!j}(3b) = na gpr_{!i}_{!j}.deleterow(3) wend I...
by DanielArmani
Mon Dec 05, 2011 9:30 am
Forum: Programming
Topic: Customizing Table
Replies: 5
Views: 5010

Customizing Table

Hi there, I have several question to customizing my tables to extract data, and have a tidier workfile. I wonder if it is possible to sort a table or a group by observation (descending order by observations number)? For example reversing the table by observation numbers, so we have latest data on fi...
by DanielArmani
Mon Nov 28, 2011 9:11 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Re: Collect Data from the result

It worked, Thank you so much
by DanielArmani
Mon Nov 28, 2011 4:22 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Re: Collect Data from the result

Hi Gareth,

!k has to diresct the next pair result into next row of RESULT table.

I wrote it 1 to 100 as I did not know how to calcculate the number of tables in eviews, but for example in this case they will be 21.
by DanielArmani
Fri Nov 25, 2011 4:31 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Re: Collect Data from the result

Hi, sorry english is not my first language, but let me explain again. In my sample file I have seven series that I get cointegration test between each of them ( 1&2, 1&3, 1&4,...,2&3, 2&4,...,6&7), there will be 21 table result of this test. then I have to open each of this t...
by DanielArmani
Thu Nov 24, 2011 6:49 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Re: Collect Data from the result

Thank you for your reply, i wonder how I can address the next results to the next row of the same new table. If I want to explain, as i am trying to pull the interested result into one table from my cointegration test tables, I have made a new table RESULT and addresses the each sell to the first pa...
by DanielArmani
Wed Nov 23, 2011 10:39 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Re: Collect Data from the result

Hi again,

Sorry to bother you, As I am a very biginer in writing program, is any chance to ask you writting me an example of codes for setting the cells of a new table equal to the corresponding cells in the existing table, please?

regards
by DanielArmani
Wed Nov 23, 2011 9:48 am
Forum: Data Manipulation
Topic: Collect Data from the result
Replies: 10
Views: 5895

Collect Data from the result

I am using Eviews6. I have writen a program by help of one of my friends to get cointegration test from my data, create equation and get the residuals on a table. My program is as follow: for !i = 1 to 7 for !j=1 to 7 if !j>!i then group gr_{!i}_{!j} ser0{!i} ser0{!j} 'Creates a group of log prices ...
by DanielArmani
Wed Apr 13, 2011 10:20 am
Forum: Programming
Topic: Collecting Data From Cointegration Tables
Replies: 2
Views: 2830

Collecting Data From Cointegration Tables

Hi there, Somebody helped me to write this part to get cointegration from my series (which i dont undrestand some part of it but does not matter as it works correctly), but the problem is I have to go through all the cointegration windows manually to get my data. I need to get name of each pair (ser...
by DanielArmani
Wed Apr 13, 2011 8:54 am
Forum: Programming
Topic: Add Regression line to Scatter Graph
Replies: 1
Views: 2325

Add Regression line to Scatter Graph

Hi, i am new to EViews, I wonder if you can advise me how i can add regresion line to scatter graph on rogramming.

this is the program I've wrote to get scatter graph.

graph graph_rb_bats.scatpair p_rb p_bats

series are p_rb and p_bats. I dont know how to use linefit or anything elss

Thanks

Go to advanced search