RE: [R] Storing loop output from a function

2004-11-29 Thread Martin Maechler
> "UweL" == Uwe Ligges <[EMAIL PROTECTED]> > on Sat, 27 Nov 2004 17:09:26 +0100 writes: UweL> Andrew Kniss wrote: >> I am attempting to write an R function to aid in time series diagnostics. >> The tsdiag() works well, but I would prefer to get a plot with ACF, PACF, >>

RE: [R] Storing loop output from a function

2004-11-27 Thread Liaw, Andy
> From: Uwe Ligges > > Andrew Kniss wrote: > > > I am attempting to write an R function to aid in time > series diagnostics. > > The tsdiag() works well, but I would prefer to get a plot > with ACF, PACF, > > and Ljung-Box p-values of residuals. In my attempt to get > to that point, I > > am

Re: [R] Storing loop output from a function

2004-11-27 Thread Uwe Ligges
Andrew Kniss wrote: I am attempting to write an R function to aid in time series diagnostics. The tsdiag() works well, but I would prefer to get a plot with ACF, PACF, and Ljung-Box p-values of residuals. In my attempt to get to that point, I am writing a function to calculate Ljung-Box p-values f