print.pelora {supclust}R Documentation

Print Method for Pelora Objects

Description

Yields an overview about the type, size and final criterion value of the predictor variables that were selected by pelora.

Usage

## S3 method for class 'pelora'
print(x, digits = getOption("digits"), details = FALSE, ...)

Arguments

x

an R object of class "pelora", typically the result of pelora().

digits

the number of digits that should be printed.

details

logical, defaults to FALSE. If set to TRUE, the output corresponds to summary.pelora.

...

Further arguments passed to and from methods.

Author(s)

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

See Also

pelora, also for references.

Examples

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

[Package supclust version 1.1-1 Index]