naresid                 package:MASS                 R Documentation

_A_d_j_u_s_t _f_o_r _M_i_s_s_i_n_g _V_a_l_u_e_s

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

     Use missing value information to adjust residuals and predictions.

_U_s_a_g_e:

     naresid(omit, object)
     naresid.omit(omit, object)
     naresid.default(omit, object)
     napredict(omit, object)
     napredict.omit(omit, object)
     napredict.default(omit, object)

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

    omit: An object produced by an `na.action' function. 

  object: A vector, data frame, or matrix to be adjusted based upon the
          missing value information. 

_D_e_t_a_i_l_s:

     Currently these functions do nothing. They are provided to enable
     other functions to be written in ways compatible with the code in
     S-PLUS 2000 which does use these for the `na.exclude' action to
     pad the object with `NA's in the correct positions to have the
     same number of rows as the original data frame.

_V_a_l_u_e:

     These return `object'.

