fitted.wilma: Extract the Fitted Values of Wilma

Description Usage Arguments Value Author(s) See Also Examples

View source: R/wilma.R

Description

Yields the fitted values, i.e. the centroids of the (gene) clusters that have been found by wilma.

Usage

1
2
## S3 method for class 'wilma'
fitted(object, ...)

Arguments

object

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

...

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

wilma, also for references.

Examples

1
2
3
 ## Running the examples of Wilma's help page
 example(wilma, echo = FALSE)
 fitted(fit)

supclust documentation built on Sept. 27, 2021, 5:11 p.m.