Re: [R] Need some help in R programming code

2008-11-22 Thread jim holtman
You need to also provide the data that your code is using since the error message indicates that the problem is probably in the way that the object 'a' is defined and there is no indication of what it looks like. You should either provide the output of "str(a)", or the output of 'dput(a)' so we ha

[R] Need some help in R programming code

2008-11-22 Thread saikat sarkar
Dear R guru, I am Saikat Sarkar working as a researcher of Economics in Tampere University, Finland. I am trying to estimate some Garch related tests with Bayesian analysis by R programme. I am not good in R but trying to survive. Anyway I have the coding but not working properly. I have tried