Re: [R] tsdiag

2010-07-22 Thread Spencer Graves
Have you tried the following: library(sos) (lj <- findFn('ljung box')) This just identified for me 32 matches in 13 packages, at least one of which should do what you want. In particular, I wrote the "AutocorTest" function in FinTS to deal with issues that sound similar to wha

[R] tsdiag

2010-07-22 Thread nuncio m
HI list, I want to know whether tsdiag uses k-(p+q) as the lag in ljung box test. How is it possible to save those values nuncio -- Nuncio.M Research Scientist National Center for Antarctic and Ocean research Head land Sada Vasco da Gamma Goa-403804 [[alternative HTML version d

Re: [R] tsdiag error

2008-09-10 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Does anyone know why I get the following error when trying tsdiag? Error in UseMethod("tsdiag") : no applicable method for "tsdiag" I am invoking it as: tsdiag(mar). tsdiag is a generic function that tries to dispatch for "mar", but there is no appropriate meth

[R] tsdiag error

2008-09-09 Thread rkevinburton
Does anyone know why I get the following error when trying tsdiag? Error in UseMethod("tsdiag") : no applicable method for "tsdiag" I am invoking it as: tsdiag(mar). Thank you. Kevin __ R-help@r-project.org mailing list https://stat.ethz.ch/mailm