home *** CD-ROM | disk | FTP | other *** search
-
- _E_x_t_r_a_c_t _M_o_d_e_l _C_o_e_f_f_i_c_e_n_t_s
-
- coefficients(x, ...)
- coef(x, ...)
-
- _A_r_g_u_m_e_n_t_s:
-
- x : an object for which the extraction of model
- coefficients is meaningful.
-
- ... : other arguments.
-
- _V_a_l_u_e:
-
- These are generic functions which extract model coeffi-
- cents from objects returned by modeling functions. The
- abbreviated form coef is intended to encourage users to
- access object components through an accessor function
- rather than by directly referencing an object slot.
-
- All object classes which are returned by model fitting
- functions should provide a coefficients method.
-
- _S_e_e _A_l_s_o:
-
- fitted.values, glm, lm, residuals.
-
-