Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/ACF.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{ACF}\title{Autocorrelation Function}\usage{ACF(object, maxLag, \dots)}\alias{ACF}\arguments{\item{object}{any object from which an autocorrelation function can beobtained. Generally an object resulting from a model fit, from whichresiduals can be extracted.}\item{maxLag}{maximum lag for which the autocorrelation should becalculated.}\item{\dots}{some methods for this generic require additionalarguments.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include: \code{gls} and \code{lme}.}\value{will depend on the method function used; see the appropriate documentation.}\references{Box, G.E.P., Jenkins, G.M., and Reinsel G.C. (1994) "Time SeriesAnalysis: Forecasting and Control", 3rd Edition, Holden-Day.Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Modelsin S and S-PLUS", Springer.}\author{José Pinheiro and Douglas Bates \email{Bates@stat.wisc.edu}}\seealso{\code{\link{ACF.gls}},\code{\link{ACF.lme}},\code{\link{plot.ACF}}}\keyword{models}