corClasses               package:nlme               R Documentation

_C_o_r_r_e_l_a_t_i_o_n _S_t_r_u_c_t_u_r_e _C_l_a_s_s_e_s

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

     Standard classes of correlation structures ('corStruct') available
     in the 'nlme' library.

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

     Available standard classes: 

  corAR1: autoregressive process of order 1.

 corARMA: autoregressive moving average process, with arbitrary orders
          for the autoregressive and moving average components.

 corCAR1: continuous autoregressive process (AR(1) process for a
          continuous time covariate).

corCompSymm: compound symmetry structure corresponding to a constant
          correlation.

  corExp: exponential spatial correlation.

 corGaus: Gaussian spatial correlation.

  corLin: linear spatial correlation.

corRatio: Rational quadratics spatial correlation.

corSpher: spherical spatial correlation.

 corSymm: general correlation matrix, with no additional structure.

_N_o_t_e:

     Users may define their own 'corStruct' classes by specifying a
     'constructor' function and, at a minimum, methods for the
     functions 'corMatrix' and 'coef'. For examples of these functions,
     see the methods for classes 'corSymm' and 'corAR1'.

_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:

     Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Models in S
     and S-PLUS", Springer.

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

     'corAR1', 'corARMA', 'corCAR1', 'corCompSymm', 'corExp',
     'corGaus', 'corLin', 'corRatio', 'corSpher', 'corSymm',
     'summary.corStruct'

