Learn R Programming

supclust (version 1.1-1)

summary.pelora: Summary Method for Pelora Objects

Description

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

Usage

# S3 method for pelora
summary(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.

See Also

pelora, also for references.

Examples

Run this code
# NOT RUN {
 ## Running the examples of Pelora's help page
 example(pelora, echo = FALSE)
 summary(fit)
# }

Run the code above in your browser using DataLab