gnlsStruct               package:nlme               R Documentation

_G_e_n_e_r_a_l_i_z_e_d _N_o_n_l_i_n_e_a_r _L_e_a_s_t _S_q_u_a_r_e_s _S_t_r_u_c_t_u_r_e

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

     A generalized nonlinear least squares structure is a list of model
     components representing different sets of parameters in the
     nonlinear  model. A 'gnlsStruct'  may contain 'corStruct' and
     'varFunc' objects. 'NULL' arguments are not included in the
     'gnlsStruct' list.

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

     gnlsStruct(corStruct, varStruct)

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

corStruct: an optional 'corStruct' object, representing a correlation
          structure. Default is 'NULL'.

varStruct: an optional 'varFunc' object, representing a variance
          function structure. Default is 'NULL'.

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

     a list of model variance-covariance components determining the
     parameters to be estimated for the associated nonlinear model.

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

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

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

     'gnls', 'corClasses', 'varFunc'

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

     gnls1 <- gnlsStruct(corAR1(), varPower())

