fitted.MArrayLM {limma}R Documentation

Fitted Values Method for MArrayLM Fits

Description

Obtains fitted values from a fitted microarray linear model object.

Usage

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

Arguments

object

a fitted object of class inheriting from "MArrayLM".

...

other arguments are not currently used.

Value

A numeric matrix of fitted values.

Author(s)

Gordon Smyth

See Also

fitted


[Package limma version 3.34.5 Index]