| ics-class {ICS} | R Documentation |
A S4 class to store results from an invariant coordinate system transformation or independent component computation based on two scatter matrices.
Objects can be created by calls of the form new("ics", ...). But usual objects are created by the function ics.
Kurt:"numeric". Gives the kurtosis measures of the componentsUnMix:"matrix". The unmixing matrix.S1:"character". Name of the first scatter matrix.S2:"character". Name of the second scatter matrix.Scores:"data.frame". The underlying components in the invariant coordinate system.DataNames:"character". Names of the original variables.Standardize:"character". Name standardization method for UnMix.
For this class the following generic functions are available: print.ics, summary.ics, coef.ics, fitted.ics and plot.ics
In case no extractor function for the slots exists, the component can be extracted the usual way using '@'.
Klaus Nordhausen, klaus.nordhausen@uta.fi