varComb                 package:nlme                 R Documentation

_C_o_m_b_i_n_a_t_i_o_n _o_f _V_a_r_i_a_n_c_e _F_u_n_c_t_i_o_n_s

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

     This function is a constructor for the `varComb' class,
     representing a combination of variance functions. The
     corresponding variance function is equal to the product of the
     variance functions of the `varFunc' objects listed in `...'.

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

     varComb(...)

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

     ...: objects inheriting from class `varFunc' representing variance
          function structures.

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

     a `varComb' object representing a combination of variance
     functions, also inheriting from class `varFunc'.

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

     Jose Pinheiro and Douglas Bates

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

     `varWeights.varComb', `coef.varComb'

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

     vf1 <- varComb(varIdent(form = ~1|Sex), varPower())

