

stdres(MASS)                                 R Documentation

_E_x_t_r_a_c_t _S_t_a_n_d_a_r_d_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 standardized residuals.  These are normalized to
     unit variance, fitted including the current data point.

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

     stdres(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', `studres'

