deviance                package:stats                R Documentation

_M_o_d_e_l _D_e_v_i_a_n_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     Returns the deviance of a fitted model object.

_U_s_a_g_e:

     deviance(object, ...)

_A_r_g_u_m_e_n_t_s:

  object: an object for which the deviance is desired.

     ...: additional optional argument.

_D_e_t_a_i_l_s:

     This is a generic function which can be used to extract deviances
     for fitted models.  Consult the individual modeling functions for
     details on how to use this function.

_V_a_l_u_e:

     The value of the deviance extracted from the object 'object'.

_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:

     'df.residual', 'extractAIC', 'glm', 'lm'.

