varClasses               package:nlme               R Documentation

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

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

     Standard classes of variance function structures ('varFunc') 
     available in the 'nlme' library. Covariates included in the
     variance function, denoted by variance covariates, may involve
     functions of the fitted model object, such as the fitted values
     and the residuals. Different coefficients may be assigned to the
     levels of a classification factor.

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

     Available standard classes (): 

  varExp: exponential of a variance covariate.

varPower: power of a variance covariate.

varConstPower: constant plus power of a variance covariate.

varIdent: constant variance(s), generally used to allow different
          variances according to the levels of a classification factor.

varFixed: fixed weights, determined by a variance covariate.

 varComb: combination of variance functions.

_N_o_t_e:

     Users may define their own 'varFunc' classes by specifying a
     'constructor' function and, at a minimum, methods for the
     functions 'coef', 'coef<-', and 'initialize'. For examples of
     these functions, see the methods for class 'varPower'.

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

     'varComb', 'varConstPower', 'varExp', 'varFixed', 'varIdent',
     'varPower', 'summary.varFunc'

