plot,StabilityLm        package:GeneSelector        R Documentation

_V_i_s_u_a_l_i_z_e _r_e_s_u_l_t_s _f_r_o_m _G_e_t_S_t_a_b_i_l_i_t_y_L_m

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

     Plots residuals from multivariate regression. If 'E' is the
     estimated residual matrix, then the residual for gene 'i' is
     'sum(E[i,]^2)'.

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

       x: An object of class 'StabilityLm'

    frac: The fraction of top genes for which the plot is done. Default
          is 1/50.

  scaled: Should scaled residuals (according to the weights) be used ? 
           Default is 'TRUE'

standardize: Should residuals be transformed for unit variance and zero
          mean ? 
           Default is 'TRUE'.

     ...: Additional arguments concerning graphical options.

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

     Martin Slawski martin.slawski@campus.lmu.de 
      Anne-Laure Boulesteix <URL: http://www.slcmsr.net/boulesteix>

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

     GetRepeatRanking, GetStabilityLm

