Page 2 of 4

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 8:46 am
by EViews Gareth
You need to do more than just install R. Please refer to the EViews documentation for more details.

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 9:08 am
by Scalper
which documentation are you refer? When i do the download of the add-ins, there just refer that i have to install the Software R.

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 9:11 am
by EViews Gareth
The EViews 7 Command and Programming Reference, Chapter 7.

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 9:57 am
by Scalper
so, have to write commands to estimate the TVAR in Eviews?? i ask you thgat because when i click in add-ins TVAR, it shows up a table when i have to put variables and lags and so on. I will be necessarily to write comamnds?! or only write top commands to open a connettion to R?

Thks

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 9:58 am
by EViews Gareth
No, you don't need to write any commands. You just need to have R installed and connected to EViews properly.

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 10:06 am
by EViews Glenn
Did you install statconnDCOM and rscproxy too?

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 10:10 am
by Scalper
just one more thing :

is it possible to estimate a SBTVAR or SBVAR in Eviews??

thank your for your help

Yours sincerely,
Scalper

Re: TVAR (Threshold VAR)

Posted: Thu Nov 10, 2011 10:13 am
by EViews Gareth
If there is an R package that estimates them, and you are familiar with calling R routines from within EViews, then yes. But there is nothing currently built into EViews or available as an Add-in.

Re: TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 5:15 am
by Scalper
hello again :P

i have tried to estimate the TVAR, but now, the message is " only an annual, quartely or monthly series object can be put into a R times series object".. but i have daily datas...so , i cant estimate the tvar model??!!

regards

Re: TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 7:29 am
by Scalper
the lags that i have to put are the lags of the VAR model??!! and de delay parameter, how do i know wich number that i have to put?

thanks

regards

Scalper

Re: TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 9:27 am
by EViews Gareth
hello again :P

i have tried to estimate the TVAR, but now, the message is " only an annual, quartely or monthly series object can be put into a R times series object".. but i have daily datas...so , i cant estimate the tvar model??!!

regards
Try editing the Add-in code. The line that says:

Code: Select all

xput(rtype=ts, name=g) {%g}
Change it to be:

Code: Select all

xput(name=g) {%g}
That might sort it for you.

Re: TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 12:23 pm
by Scalper
thank you.

i ran the TVAR, but the output doesnt show up the threshold value and the threshold variable either.

am i correct?!

regards

TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 1:32 pm
by EViews Gareth
Yep, unfortunately the R package doesn't return that.

Re: TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 2:42 pm
by Scalper
So, its impossibe to know the threshold value and the delay parameter??
How do i know that the threshold variable> thrshold value or vice versa...because i have to explicit in my thesis the delay parameter and the threhold value and variable...

Threfore, the % in each regime what it means? Its the % of the observations of the sample??

Regards

TVAR (Threshold VAR)

Posted: Fri Nov 11, 2011 2:45 pm
by EViews Gareth
It is the percentage in each subsample.