

studres(MASS)                                R Documentation

_E_x_t_r_a_c_t _S_t_u_d_e_n_t_i_z_e_d _R_e_s_i_d_u_a_l_s _f_r_o_m _a _L_i_n_e_a_r _M_o_d_e_l

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

     The Studentized residuals.  Like standardized residu-
     als, these are normalized to unit variance, but the
     Studentized version is fitted ignoring the current data
     point. (They are sometimes called jackknifed residu-
     als).

_U_s_a_g_e_:

     studres(object)

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

  object: any object representing a linear model.

_V_a_l_u_e_:

     The vector of appropriately transformed residuals.

_S_e_e _A_l_s_o_:

     `residuals', `stdres'

