ics-class                package:ICS                R Documentation

_C_l_a_s_s _I_C_S

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

     A S4 class to store results from an invariant coordinate system
     transformation or independent component computation based on two
     scatter matrices.

_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("ics", ...)'. But
     usual objects are created by the function 'ics'.

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

     '_K_u_r_t': Object of class '"numeric"'. Gives the kurtosis measures
          of the components

     '_U_n_M_i_x': Object of class '"matrix"'. The unmixing matrix.

     '_S_1': Object of class '"character"'. Name of the first scatter
          matrix.

     '_S_2': Object of class '"character"'. Name of the second scatter
          matrix.

     '_S_c_o_r_e_s': Object of class '"data.frame"'. The underlying
          components in the invariant coordinate system.

     '_D_a_t_a_N_a_m_e_s': Object of class '"character"'. Names of the original
          variables.

     '_S_t_a_n_d_a_r_d_i_z_e': Object of class '"character"'. Name standardization
          method for UnMix.

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

     For this class the following generic functions are available:
     'print.ics', 'summary.ics', 'coef.ics', 'fitted.ics' and
     'plot.ics'

_N_o_t_e:

     In case no extractor function for the slots exists, the component
     can be extracted the usual way using '@'.

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

     Klaus Nordhausen, klaus.nordhausen@uta.fi

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

     'ics'

