fixef.lmList package:nlme R Documentation _E_x_t_r_a_c_t _l_m_L_i_s_t _F_i_x_e_d _E_f_f_e_c_t_s _D_e_s_c_r_i_p_t_i_o_n: The average of the coefficients corresponding to the 'lm' components of 'object' is calculated. _U_s_a_g_e: ## S3 method for class 'lmList': fixef(object, ...) _A_r_g_u_m_e_n_t_s: object: an object inheriting from class 'lmList', representing a list of 'lm' objects with a common model. ...: some methods for this generic require additional arguments. None are used in this method. _V_a_l_u_e: a vector with the average of the individual 'lm' coefficients in 'object'. _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: 'lmList', 'random.effects.lmList' _E_x_a_m_p_l_e_s: fm1 <- lmList(distance ~ age | Subject, Orthodont) fixed.effects(fm1)