Learn R Programming

supclust (version 1.1-1)

fitted.wilma: Extract the Fitted Values of Wilma

Description

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

Usage

# S3 method for 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).

See Also

wilma, also for references.

Examples

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

Run the code above in your browser using DataLab