studres                 package: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 residuals, these are
     normalized to unit variance, but the Studentized version is fitted
     ignoring the current data point. (They are sometimes called
     jackknifed residuals).

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

_R_e_f_e_r_e_n_c_e_s:

     Venables, W. N. and Ripley, B. D. (2002) _Modern Applied
     Statistics with S._ Fourth edition.  Springer.

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

     'residuals', 'stdres'

