home *** CD-ROM | disk | FTP | other *** search
-
- _E_x_t_r_a_c_t _M_o_d_e_l _F_i_t_t_e_d _V_a_l_u_e_s
-
- fitted.values(x, ...)
- fitted(x, ...)
-
- _A_r_g_u_m_e_n_t_s:
-
- x : 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.
-
- This is a generic function which extracts fitted values
- from objects returned by modeling functions. The
- abbreviated form fitted is intended to encourage users
- to access object components by using an accessor func-
- tion rather than by directly referencing an object
- slot.
-
- All object classes which are returned by model fitting
- functions should provide a fitted.values method.
-
- _S_e_e _A_l_s_o:
-
- coefficients, glm, lm, residuals.
-
-