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 / df.residual < prev    next >
Encoding:
Text File  |  1997-04-23  |  667 b   |  27 lines

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