Search found 7 matches
- Thu Sep 05, 2013 7:52 pm
- Forum: General Information and Tips and Tricks
- Topic: Statconn basic server test fails to connect with R 3.0
- Replies: 18
- Views: 33224
Re: Statconn basic server test fails to connect with R 3.0
Anybody here were able to pass instructions from Eviews 7 to R 3.0?
- Thu Sep 05, 2013 11:27 am
- Forum: General Information and Tips and Tricks
- Topic: Statconn basic server test fails to connect with R 3.0
- Replies: 18
- Views: 33224
Statconn basic server test fails to connect with R 3.0
It worked fine previously but with the latest version of R,statconn basic server test is failing. Folllowing message appears: Loading StatConnector Server... Done Initializing R...Function call failed Code: -2147221485 Text: installation problem: unable to load connector Releasing StatConnector Serv...
- Sat May 18, 2013 9:17 pm
- Forum: Programming
- Topic: Problem with Eviews COM Automation
- Replies: 3
- Views: 4763
Re: Problem with Eviews COM Automation
Thanks a lot Steve for your answer. I have another question for you if you don't mind. Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Dim myVar myVar = TextBox1.Text Dim mgr As New EViews.Manager Dim app As EViews.Application app = mgr.GetApplication(...
- Wed May 15, 2013 1:56 am
- Forum: Programming
- Topic: Problem with Eviews COM Automation
- Replies: 3
- Views: 4763
Problem with Eviews COM Automation
I was experimenting with Eviews COM Automation tool. I wrote the following code in VB.NET to call a Eviews workfile from VB. Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Dim mgr As New EViews.Manager Dim app As EViews.Application app = mgr.GetApplic...
- Tue Apr 16, 2013 10:03 pm
- Forum: Programming
- Topic: Log of non-positive number
- Replies: 5
- Views: 8322
Re: Log of non-positive number
Let expand on my problem a bit more. YGDP = CP + IP + G + YEXP - YIMP @recode(ygdp<0 , .005 , ygdp) YD = YGDP - IT + TR + SUB NYD = YD + REMD * exr What you see above is the text view from a model object. I can not write ygdp=@recode(ygdp<0 , .005 , ygdp) because we can not have the same endogenous ...
- Tue Apr 16, 2013 9:51 pm
- Forum: Programming
- Topic: Log of non-positive number
- Replies: 5
- Views: 8322
Re: Log of non-positive number
Thanks a lot for your response. I am still finding it difficult to implement the code. Let me elaborate a bit. One of the variables, say, ygdp has become negative. So, I would put the code in the model text @recode((ygdp<0),(ygdp=.005),(ygdp=ygdp)) Basically, I am trying to tell the model that if yg...
- Tue Apr 16, 2013 8:54 pm
- Forum: Programming
- Topic: Log of non-positive number
- Replies: 5
- Views: 8322
Log of non-positive number
We are running a model where the model stops running spitting a error message saying that " log of non-positive number". After tracing the variables, we found that one of the variables becoming negative for which the log can not be created. As a result, the model stopped running at this po...
