home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / deviance < prev    next >
Encoding:
Text File  |  1997-04-23  |  562 b   |  25 lines

  1.     
  2.     _M_o_d_e_l _D_e_v_i_a_n_c_e
  3.     
  4.          deviance(x, ...)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                x : an object for which the deviance is desired.
  9.     
  10.     _V_a_l_u_e:
  11.     
  12.          The value of the deviance extracted from the object x.
  13.     
  14.          This is a generic function which can be used to extract
  15.          deviances for fitted models.  Consult the individual
  16.          modeling functions for details details on how to use
  17.          this function
  18.     
  19.          There is no default method for this function.
  20.     
  21.     _S_e_e _A_l_s_o:
  22.     
  23.          df.residual, glm, lm.
  24.     
  25.