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)