rfs                 package:lattice                 R Documentation

_R_e_s_i_d_u_a_l _a_n_d _F_i_t _S_p_r_e_a_d _P_l_o_t_s

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

     Plots fitted values and residuals (via qqmath) on a common scale
     for any object that has methods for fitted values and residuals.

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

     rfs(model, layout=c(2, 1), xlab="f-value", ylab=NULL,
         distribution = qunif,
         panel, prepanel, strip, ...)

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

   model: a fitted model object with methods 'fitted.values' and
          'residuals'. Can be the value returned by 'oneway' 

  layout: default layout is c(2,1)  

    xlab: defaults to '"f.value"' 

distribution: the distribution function to be used for 'qqmath'

ylab, panel, prepanel, strip: See 'xyplot' 

     ...: other arguments, passed on to 'qqmath'.  

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

     An object of class '"trellis"'. The 'update' method can be used to
     update components of the object and the 'print' method (usually
     called by default) will plot it on an appropriate plotting device.

_A_u_t_h_o_r(_s):

     Deepayan Sarkar Deepayan.Sarkar@R-project.org

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

     'oneway', 'qqmath', 'xyplot', 'Lattice'

_E_x_a_m_p_l_e_s:

     rfs(oneway(height ~ voice.part, data = singer, spread = 1), aspect = 1)

