stamCV-class              package:stam              R Documentation

_C_r_o_s_s _V_a_l_i_d_a_t_i_o_n _I_n_f_o_r_m_a_t_i_o_n _G_e_n_e_r_a_t_e_d _b_y _S_t_A_M

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

     Objects if this class are generated by 'stam.cv'. It contains
     results of cross  validated model fits generated in structured
     analysis of microarrays in order to choose graph shrinkage levels.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form  'new("stamCV", exprs,
     classifications, beta, chip, root)', but it is recommended  the
     use the function 'stam.cv'.

_S_l_o_t_s:

     '_s_a_m_p_l_e._l_a_b_e_l_s': Object of class '"character"', names of samples

     '_s_a_m_p_l_e._c_l_a_s_s_e_s': Object of class '"character"', class names for 
          each sample

     '_c_l_a_s_s._l_a_b_e_l_s': Object of class '"character"', one name for each 
          class

     '_p_r_i_o_r': Object of class '"numeric"', prior class probabilities 
          according to prevalence

     '_b_e_t_a': Object of class '"numeric"', class weights, one per class

     '_f_u_l_l._p_a_m_f_i_t': Object of class '"nsc"', PAM fit on all probesets

     '_p_r_o_b_s': Object of class '"array"', matrix of cross validated 
          prediction probabilities [samples x classes x nodes]

     '_f_o_l_d_s': Object of class '"list"', buckets used in cross
          validation

     '_r_e_s_u_l_t_s': Object of class '"data.frame"', cross-validated root 
          error rate, root performance and mean redundancy as well as
          remaining nodes and  the accessible probesets for each delta

     '_n_o_d_e._r_e_s_u_l_t_s': Object of class '"list"', performance, redundancy,
           sensitivity and specificity per node

     '_m_a_x._l_e_a_f_d_e_v': Object of class '"numeric"', performance of worst 
          leaf node

     '_d_e_l_t_a_s': Object of class '"numeric"', shrinkage candidates

     See 'stamNet-class' for slots 'chip', 'root', 'chippkg',  'GOpkg',
     'nodes', 'leafs', 'inodes' and 'probes'.

_E_x_t_e_n_d_s:

     Class '"stamNet"', directly.

_M_e_t_h_o_d_s:

     _p_r_i_n_t 'signature(x = "stamCV")': print information on cross
          validation

     _w_r_i_t_e_H_T_M_L 'signature(x = "stamCV")': generate HTML information on
          cross  validation. However, using 'stam.writeHTML' is
          recommended.

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

     Claudio Lottaz

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

     'stam.cv', 'stamNet-class'

