Search found 22 matches
- Wed Jan 22, 2014 8:07 am
- Forum: Programming
- Topic: Correlation table - save results
- Replies: 4
- Views: 5963
Re: Correlation table - save results
Thanks for your reply.
- Wed Jan 22, 2014 7:24 am
- Forum: Programming
- Topic: Correlation table - save results
- Replies: 4
- Views: 5963
Re: Correlation table - save results
Hi, thanks for your reply. I do indeed realize that the second line is unnecessary. The reason why I do it is to show the students that I first create a table and then freeze it. If I put freeze at the beginning of the line, they may get a bit confused, especially if they have no experience with pro...
- Tue Jan 21, 2014 9:04 am
- Forum: Programming
- Topic: Workfile view
- Replies: 2
- Views: 3153
Re: Workfile view
Thanks!
- Tue Jan 21, 2014 9:03 am
- Forum: Estimation
- Topic: Regression output table
- Replies: 4
- Views: 4972
Re: Regression output table
Many thanks!
- Tue Jan 21, 2014 9:02 am
- Forum: Bug Reports
- Topic: Comment after save
- Replies: 1
- Views: 3098
Comment after save
Hi, I'm EViews 8 user. I get an error after executing the following set of commands: cd c:\ price_dist.distplot hist price_dist.save(t=emf) "price_dist" ' comment while I don't get any error after the following set of commands: cd c:\ price_dist.distplot hist price_dist.save(t=emf) "p...
- Tue Jan 21, 2014 8:29 am
- Forum: Programming
- Topic: Correlation table - save results
- Replies: 4
- Views: 5963
Correlation table - save results
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 &quo...
- Tue Jan 21, 2014 7:40 am
- Forum: Programming
- Topic: Workfile view
- Replies: 2
- Views: 3153
Workfile view
Hi,
I'm EViews 8 user. Is there a command to change the way elements of a dataset are displayed? In particular, I'm interested in a command that corresponds to the button "Details+/-" in the main view.
Any suggestions welcome.
Best,
Pawel
I'm EViews 8 user. Is there a command to change the way elements of a dataset are displayed? In particular, I'm interested in a command that corresponds to the button "Details+/-" in the main view.
Any suggestions welcome.
Best,
Pawel
- Tue Jan 21, 2014 5:02 am
- Forum: Estimation
- Topic: Regression output table
- Replies: 4
- Views: 4972
Re: Regression output table
Many thanks. It works! I was just wondering, if there are any commands related to EqTabs add-in that I can use in my program. Is there any documentation of EqTabs?
So far, I've used the command eqsumtab eqname, but how to use different options with this command?
Best,
Pawel
So far, I've used the command eqsumtab eqname, but how to use different options with this command?
Best,
Pawel
- Mon Jan 20, 2014 12:03 pm
- Forum: Estimation
- Topic: Regression output table
- Replies: 4
- Views: 4972
Regression output table
Hi,
I'm EViews 8 User. Is there any way to create a nice table with regression results from different regressions? I mean a table that contains values of coefficients, s.e.'s and R^2 for each regression.
Any suggestions welcome.
Best,
Pawel
I'm EViews 8 User. Is there any way to create a nice table with regression results from different regressions? I mean a table that contains values of coefficients, s.e.'s and R^2 for each regression.
Any suggestions welcome.
Best,
Pawel
- Mon Jan 20, 2014 11:47 am
- Forum: General Information and Tips and Tricks
- Topic: Test equality of means
- Replies: 4
- Views: 9436
Re: Test equality of means
I see. Thanks anyway.
Pawel
Pawel
- Mon Jan 20, 2014 10:55 am
- Forum: General Information and Tips and Tricks
- Topic: Test equality of means
- Replies: 4
- Views: 9436
Re: Test equality of means
Thanks for the suggestion. However, I was not clear in my previous post. I need to conduct a test of equality of means with respect to another categorical variable. For instance, I have two variables that describe a price of a house, price, and size of a house, sqft. In addition, I have a third dumm...
- Sun Jan 19, 2014 12:43 pm
- Forum: General Information and Tips and Tricks
- Topic: Test equality of means
- Replies: 4
- Views: 9436
Test equality of means
Hi,
I'm EViews 8 user. Is it possible to conduct simple t-test of many series at the same time?
So far I only manged to carry out the test of equality of means for single series.
Any suggestions welcome.
Best,
Pawel
I'm EViews 8 user. Is it possible to conduct simple t-test of many series at the same time?
So far I only manged to carry out the test of equality of means for single series.
Any suggestions welcome.
Best,
Pawel
- Fri Jan 17, 2014 1:46 pm
- Forum: Estimation
- Topic: Margins plot
- Replies: 6
- Views: 6982
Re: Margins plot
Many thanks for your reply. I've managed to solve the problem on my own.
Best,
Pawel
Best,
Pawel
- Fri Jan 17, 2014 5:11 am
- Forum: Estimation
- Topic: Margins plot
- Replies: 6
- Views: 6982
Re: Margins plot
The evaluation for co2 shall be for 1,6,11,16,21.
- Thu Jan 16, 2014 6:51 am
- Forum: Estimation
- Topic: Margins plot
- Replies: 6
- Views: 6982
Margins plot
Hi, I'm EViews 8 user. Is there a simple way of plotting marginal effects in EViews? I'm thinking about a command similar to STATA's command margins and marginplot . In particular, I've got a model of life expectancy on gdp, co2 and other factors, life = c(1) + c(2)*gdp + c(3)*co2 + c(4)*x + e After...
