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', 'residuals.gnlsStruct' 'varFunc' _E_x_a_m_p_l_e_s: gnls1 <- gnlsStruct(corAR1(), varPower())