nlmeStruct package:nlme R Documentation _N_o_n_l_i_n_e_a_r _M_i_x_e_d-_E_f_f_e_c_t_s _S_t_r_u_c_t_u_r_e _D_e_s_c_r_i_p_t_i_o_n: A nonlinear mixed-effects structure is a list of model components representing different sets of parameters in the nonlinear mixed-effects model. An 'nlmeStruct' list must contain at least a 'reStruct' object, but may also contain 'corStruct' and 'varFunc' objects. 'NULL' arguments are not included in the 'nlmeStruct' list. _U_s_a_g_e: nlmeStruct(reStruct, corStruct, varStruct) _A_r_g_u_m_e_n_t_s: reStruct: a 'reStruct' representing a random effects structure. 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 components determining the parameters to be estimated for the associated nonlinear mixed-effects 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: 'corClasses', 'nlme', 'residuals.nlmeStruct', 'reStruct', 'varFunc' _E_x_a_m_p_l_e_s: nlms1 <- nlmeStruct(reStruct(~age), corAR1(), varPower())