summary.pelora {supclust}R Documentation

Summary Method for Pelora Objects

Description

Yields detailed information about the variables (genes) that have been selected, and how they were grouped.

Usage

summary.pelora(object, digits, ...)

Arguments

object An R object of class "pelora", typically the result of pelora().
digits The number of digits that should be printed.
... Further arguments passed to and from methods.

Author(s)

Marcel Dettling, dettling@stat.math.ethz.ch

References

Marcel Dettling (2003) Finding Groups of Predictive Genes from Microarray Data, see http://stat.ethz.ch/~dettling/supervised.html

Marcel Dettling and Peter Bühlmann (2004). Finding Predictive Gene Groups from Microarray Data. To appear in the Journal of Multivariate Analysis.

See Also

pelora

Examples

 ## Running the examples of Pelora's help page
 example(pelora, echo = FALSE)
 summary(fit)

[Package supclust version 1.0-5 Index]