stamFit-class              package:stam              R Documentation

_M_o_d_e_l _F_i_t _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 of this class hold a model fit as it is generated by
     structured analysis of  microarray data. The function 'stam.fit'
     returns such objects. They are handed on  to 'stam.predict' for
     predictions.

_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("stamFit", cv,
     exprs, alpha, delta, max.nodes, collapse.scnodes)', but it is 
     recommended to use the function 'stam.fit'.

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

     '_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

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

     '_a_l_p_h_a': Object of class '"numeric"', performance vs. redundancy 
          weight(s)

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

     '_d_e_l_t_a': Object of class '"numeric"', shrinkage level given by the
           user

     '_b_e_s_t._d_e_l_t_a': Object of class '"numeric"', shrinkage level used
          for  computing

     '_d_e_f_a_u_l_t._d_e_l_t_a': Object of class '"numeric"', default shrinkage 
          level suggested by 'stam.fit'

     '_s_c_o_r_e_s': Object of class '"matrix"', compound scores weighted 
          using the provided alpha(s)

     '_a_l_p_h_a._t_a_b': Object of class '"matrix"', results comparing alphas

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

     '_c_o_l_l_a_p_s_e._s_c_n_o_d_e_s': Object of class '"logical"', whether single 
          children nodes are removed after shrinkage

     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 = "stamFit")': print information on the model
          fit.

     _w_r_i_t_e_H_T_M_L 'signature(x = "stamFit")': generate HTML information on
          the  model fit, but using 'stam.writeHTML' is recommended.

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

     Claudio Lottaz

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

     'stam.fit', 'stamNet-class'

