Initialize.glsStruct package:nlme R Documentation _I_n_i_t_i_a_l_i_z_e _a _g_l_s_S_t_r_u_c_t _O_b_j_e_c_t _D_e_s_c_r_i_p_t_i_o_n: The individual linear model components of the 'glsStruct' list are initialized. _U_s_a_g_e: ## S3 method for class 'glsStruct': Initialize(object, data, control, ...) _A_r_g_u_m_e_n_t_s: object: an object inheriting from class 'glsStruct', representing a list of linear model components, such as 'corStruct' and 'varFunc' objects. data: a data frame in which to evaluate the variables defined in 'formula(object)'. control: an optional list with control parameters for the initialization and optimization algorithms used in 'gls'. Defaults to 'list(singular.ok = FALSE, qrTol = .Machine$single.eps)', implying that linear dependencies are not allowed in the model and that the tolerance for detecting linear dependencies among the columns of the regression matrix is '.Machine$single.eps'. ...: some methods for this generic require additional arguments. None are used in this method. _V_a_l_u_e: a 'glsStruct' object similar to 'object', but with initialized model components. _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: 'gls', 'Initialize.corStruct', 'Initialize.varFunc', 'Initialize'