allCoef package:nlme R Documentation _E_x_t_r_a_c_t _C_o_e_f_f_i_c_i_e_n_t_s _f_r_o_m _a _S_e_t _o_f _O_b_j_e_c_t_s _D_e_s_c_r_i_p_t_i_o_n: The extractor function is applied to each object in '...', with the result being converted to a vector. A 'map' attribute is included to indicate which pieces of the returned vector correspond to the original objects in 'dots'. _U_s_a_g_e: allCoef(..., extract) _A_r_g_u_m_e_n_t_s: ...: objects to which 'extract' will be applied. Generally these will be model components, such as 'corStruct' and 'varFunc' objects. extract: an optional extractor function. Defaults to 'coef'. _V_a_l_u_e: a vector with all elements, generally coefficients, obtained by applying 'extract' to the objects in '...'. _A_u_t_h_o_r(_s): Jose' Pinheiro and Douglas Bates _S_e_e _A_l_s_o: 'lmeStruct','nlmeStruct' _E_x_a_m_p_l_e_s: cs1 <- corAR1(0.1) vf1 <- varPower(0.5) allCoef(cs1, vf1)