Search found 5 matches
- Thu Sep 24, 2015 9:02 am
- Forum: Econometric Discussions
- Topic: Forward and backward stepwise selection - Panel data
- Replies: 0
- Views: 2045
Forward and backward stepwise selection - Panel data
Hi! I am relatively new with panel data manipulation. I am currently working on building a model to predict the impact of several macroeconomic variables (14) on the household consumption (my dependent variables), for a panel of 30 countries over the 1985-2010 period. As such, I have more than 196 p...
- Tue Sep 08, 2015 10:53 am
- Forum: Data Manipulation
- Topic: Import Panel Data - Line of code
- Replies: 2
- Views: 2917
Re: Import Panel Data - Line of code
Thank you, it does work!Yes, nothing really changes when it is a panel.
- Tue Sep 08, 2015 7:41 am
- Forum: Data Manipulation
- Topic: Import Panel Data - Line of code
- Replies: 2
- Views: 2917
Import Panel Data - Line of code
Good morning, I want to import a panel from Excel to Eviews (30 IDs, spanning from 1985 to 2010; the Excel is already structured as a Panel). I have successfully imported the panel using the toolboxes. However, since I may bring modifications to the data I would like to know the command to import a ...
- Wed Sep 02, 2015 2:56 pm
- Forum: Programming
- Topic: Axis scaling
- Replies: 2
- Views: 2700
Re: Axis scaling
Thank you Jason, this works perfectly!!tryCode: Select all
gp_lac_hc6_a.axis(l) range(0,100) gp_lac_hc6_b.axis(l) range(0,100)
- Tue Sep 01, 2015 12:40 pm
- Forum: Programming
- Topic: Axis scaling
- Replies: 2
- Views: 2700
Axis scaling
Hi, I am using a program to do my graphs and I would like to know if it is possible to adjust the axis scales such that all my graphs have the same min and max scale? For instance, I want to freeze together two graphs that have the same independent variable (which is scaled from 0 to 100%), and thus...
