fitted package:stats R Documentation _E_x_t_r_a_c_t _M_o_d_e_l _F_i_t_t_e_d _V_a_l_u_e_s _D_e_s_c_r_i_p_t_i_o_n: 'fitted' is a generic function which extracts fitted values from objects returned by modeling functions. 'fitted.values' is an alias for it. All object classes which are returned by model fitting functions should provide a 'fitted' method. (Note that the generic is 'fitted' and not 'fitted.values'.) Methods can make use of 'napredict' methods to compensate for the omission of missing values. The default and 'nls' methods do. _U_s_a_g_e: fitted(object, ...) fitted.values(object, ...) _A_r_g_u_m_e_n_t_s: object: an object for which the extraction of model fitted values is meaningful. ...: other arguments. _V_a_l_u_e: Fitted values extracted from the object 'x'. _R_e_f_e_r_e_n_c_e_s: Chambers, J. M. and Hastie, T. J. (1992) _Statistical Models in S_. Wadsworth & Brooks/Cole. _S_e_e _A_l_s_o: 'coefficients', 'glm', 'lm', 'residuals'.