Search found 10 matches
- Sat Jan 17, 2015 1:10 pm
- Forum: Programming
- Topic: stats by classification
- Replies: 2
- Views: 4095
Re: stats by classification
I want to create a series from my statby table. How can I program this?
- Wed Oct 29, 2014 7:27 am
- Forum: Estimation
- Topic: Panel data GLS weight options
- Replies: 0
- Views: 3053
Panel data GLS weight options
I have a question regarding Panel data modeling. We are estimating a model with Panel OLS (no fixed or random effects) and found that there are no tests for the regular assumptions related to OLS. We decided to eliminate the panel structure to be able to run these tests. Is that the correct way of d...
- Tue Sep 16, 2014 7:37 am
- Forum: Programming
- Topic: Converting a Number into String
- Replies: 3
- Views: 6254
Re: Converting a Number into String
Thank you. That worked. But I can still solve my problem. The string is being written as scientific notation. What I'm actually trying to do is to get the last four digits:
alpha FieldName = @str(CustomerNumber)
series NewCustomer = @right(FieldName, 4)
returns = e+13
alpha FieldName = @str(CustomerNumber)
series NewCustomer = @right(FieldName, 4)
returns = e+13
- Tue Sep 16, 2014 7:20 am
- Forum: Programming
- Topic: Converting a Number into String
- Replies: 3
- Views: 6254
Converting a Number into String
This should be fairly simple. I'm trying to convert a numeric field into a string. series FieldName = @str(CustomerNumber) I get an error message: Can not assign string expression to numeric variable in... The CustomerNumber is a number between 10 and 15 digits. It is also used to give structure to ...
- Tue Dec 10, 2013 6:16 pm
- Forum: Programming
- Topic: wfopen with csv file and skip lines at top of file
- Replies: 0
- Views: 2441
wfopen with csv file and skip lines at top of file
How do I program a wfopen for an csv file and skip lines at the heading?
- Wed Nov 27, 2013 1:33 pm
- Forum: Data Manipulation
- Topic: VIF analysis in Panel data
- Replies: 19
- Views: 64269
Re: VIF analysis in Panel data
No plans for the future?
There was no particular reason why. The computation of VIF in panels are slightly different, that's all.
- Wed Nov 27, 2013 1:23 pm
- Forum: Data Manipulation
- Topic: VIF analysis in Panel data
- Replies: 19
- Views: 64269
Re: VIF analysis in Panel data
Thank you. Can you explain why? Is Eviews planning to include this test or any other tests related to multicollinearity for panel in the future? What would you recommend if I want to consider multicollinearity in the analysis I'm performing using EViews? EViews doesn't offer VIF analysis for panel d...
- Wed Nov 27, 2013 1:11 pm
- Forum: Data Manipulation
- Topic: VIF analysis in Panel data
- Replies: 19
- Views: 64269
Re: VIF analysis in Panel data
Can you explain a little bit this sentence. Is multcollinearity irrelevant in panel equations?
ok, VIFs shouldn't be available for panel equations :D
- Mon Nov 25, 2013 3:54 pm
- Forum: Programming
- Topic: stats by classification
- Replies: 2
- Views: 4095
stats by classification
What are the commands to program a stats by classification view for a particular series and freeze the table as an output -- including naming the object.
Thank you!
Thank you!
- Fri Oct 25, 2013 7:58 am
- Forum: Data Manipulation
- Topic: Table that aggregates panel data by date
- Replies: 1
- Views: 3511
Table that aggregates panel data by date
I want to summarize a panel data series by date. One of the series includes the amounts. The other series includes the dates of the amounts. As it is panel data, the dates are repeated several times. I want to know how much there were of the amounts on the different dates. The first thing I tried wa...
