ACF                   package:nlme                   R Documentation

_A_u_t_o_c_o_r_r_e_l_a_t_i_o_n _F_u_n_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     This function is generic; method functions can be written to
     handle specific classes of objects. Classes which already have
     methods for this function include: 'gls' and  'lme'.

_U_s_a_g_e:

     ACF(object, maxLag, ...)

_A_r_g_u_m_e_n_t_s:

  object: any object from which an autocorrelation function can be
          obtained. Generally an object resulting from a model fit,
          from which residuals can be extracted.

  maxLag: maximum lag for which the autocorrelation should be
          calculated.

     ...: some methods for this generic require additional arguments.

_V_a_l_u_e:

     will depend on the method function used; see the appropriate
     documentation.

_A_u_t_h_o_r(_s):

     Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates
     Bates@stat.wisc.edu

_R_e_f_e_r_e_n_c_e_s:

     Box, G.E.P., Jenkins, G.M., and Reinsel G.C. (1994) "Time Series
     Analysis: Forecasting and Control", 3rd Edition, Holden-Day.

_S_e_e _A_l_s_o:

     'ACF.gls', 'ACF.lme'

_E_x_a_m_p_l_e_s:

     ## see the method function documentation

