Reading XLSX From the Web
Update:For some reason, running the code below successfully downloads the file and leaves it in the ev_temp folder, but errors out on read:Code:%url =...
View ArticleSpeed of adjustment in vecm greater than 1 in magnitude
Hi,I have been estimating a VECM using EViews and have found that I sometimes get values of the speed of adjustment parameter that are greater than 1 in magnitude. The Cointegrating relationship (there...
View ArticleReplicationWiki
​Workshop on Replication and Transparency in Economic Researchby the Institute for New Economic Thinking Young Scholar Initiative, with Richard Ball, Johannes Pfeifer, Edward Miguel, Jan H. Höffler,...
View Article2SLS Error
Hello,I'm going over a chapter in the book about 2SLS, and I've reproduced the books estimates the whole chapter except for the following problem:Regress: (restricting the sample to {if...
View Article2SLS Error
It would help if you told us which book...But, at a guess, you need to include educ and educsq as instruments too.
View ArticleReading XLSX From the Web
The file is not a properly formatted Excel file. It probably wasn't created by Excel.If you open the file in Excel and resave it, you can then import/open the new file.Excel is very good reading files...
View Article2SLS Error
It's the 2006 Wooldridge Economics. Chapter 15, example 15.5Oh I got the right answer now, I was confused by the syntax. I thought Instrument list mean only IVs. To be honest, I'm not sure why that's...
View Article2SLS Error
The instrument list does mean only IVs, but sometimes a variable is both an instrument and a RHS variable.
View ArticleCannot open existing file
What happens when you select file->open->workfile? Does this work?I would also select help->EViews update and verify you have the latest version installed.
View ArticleReading XLSX From the Web
Interesting. Ok, that works for me! Sorry that this turned out to not be an EViews problem.Thanks Jason.-James
View ArticleSytanx for 2SLS
Hello,I'm looking to use code to run a 2SLS estimate. For example:OLS is easy enoughCode:equation eq01.ls y c xHow does eviews code look for the 2sls? I'm guessing there is an entry for the...
View ArticleSytanx for 2SLS
Perform the estimation you want interactively using the dialogs, then (if using EViews 9), look at the Capture Window to view the code version, or (for all versions), open the equation, click on...
View ArticleSytanx for 2SLS
ohhhh brilliant,That saves me all kinds of trouble.So according to the command capture log, it looks like this (if x1 is endogenous):Code:equation eq02.tsls y c x1 x2 @ x2 iv1 iv2Thank you again.
View Article(EViews 9) A histogram of two normal random variables
I am new to the software and was directed to this forum whilst searching for help. I was wondering if anyone could help me?Let's say that I want to generate a random sample of n observations from a...
View ArticleSytanx for 2SLS
Note that C is added as an instrument automatically unless you explicitly tell EViews to leave it out.
View Article(EViews 9) A histogram of two normal random variables
Code:series y1 = @nrnd*@sqrt(1/5)+3series y2 = @nrnd*@sqrt(1/4)+2series select = @rnd<.7series x = y1*select + y2*(1-select)
View ArticleSeasonal Adjustmetn
Hello,I have the student version of Eviews and am trying to make a Seasonal adjustment and know under the student version the only available adjustment I can make is the Moving average methods but when...
View Article