fitted.pelora: Extract the Fitted Values of Pelora

View source: R/pelora.R

fitted.peloraR Documentation

Extract the Fitted Values of Pelora

Description

Yields the fitted values, i.e., the centroids of the (gene) groups that have been identified by pelora.

Usage

## S3 method for class 'pelora'
fitted(object, ...)

Arguments

object

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

...

Further arguments passed to and from methods.

Value

Numeric matrix of fitted values (for n cases in rows, and noc group centroids in columns).

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)
 fitted(fit)

mmaechler/supclust documentation built on Aug. 14, 2024, 5:32 p.m.