[R] Help Error

2009-10-12 Thread Arif Chandra
Hi R-users, I would like to ask question related to error output. If an error comments come out, then the program will automatically stop. I want to ask , how I can still continue the program even though there is an error comment? var=VAR(Canada,p=3,type=const) for (j in 1:nrow(com)) {

[R] Determine restricted variable in SVAR and SVEC?

2009-10-09 Thread Arif Chandra
How to determine restricted variable in SVAR and SVEC? There are some values which set to be zero and others set to be NA.. How to determine values that set to be 0? Thanks Regards, Arif _

[R] Determine restricted variable in SVAR and SVEC?

2009-10-08 Thread Arif Chandra
How to determine restricted variable in SVAR and SVEC? There are some values which set to be zero and others set to be NA.. How to determine values that set to be 0? Thanks Regards, Arif

[R] FW: Determine restricted variable in SVAR and SVEC?

2009-10-08 Thread Arif Chandra
How to determine restricted variable in SVAR and SVEC? There are some values which set to be zero and others set to be NA.. How to determine values that set to be 0? Thanks Regards, Arif _

[R] Changing list to variable

2009-09-15 Thread Arif Chandra
Hi, I have obstacles in changing list to variable, if I have name=names(x) name -- contain Sales1, Sales2 and then I want to call: model$stability$name The list name above will refer to Sales1 and Sales2 How can I do that? thanks

[R] Stability VAR plot

2009-09-13 Thread Arif Chandra
I have created stability plot for Vector Auto Regressive model. But, how can I find the boundary for stability plot? Thanks in advance _ [[alternative HTML version deleted]] __

[R] : How wo read stability VAR plot?

2009-09-11 Thread Arif Chandra
I have made program code for Vector Auto Regressive in terms of completing my undergraduate program using R. I have an important question related to my project. If I have: data(Canada) var.2c - VAR(Canada, p = 2, type = const) var.2c.stabil - stability(var.2c, type =

Re: [R] Help-R-graphic

2009-09-09 Thread Arif Chandra
I am Arif. I have made program code for Vector Auto Regressive in terms of completing my undergraduate program using R. I have an important question related to my project. If I have: data(Canada) var.2c - VAR(Canada, p = 2, type = const) var.2c.stabil - stability(var.2c,