Learn R Programming

limma (version 3.28.6)

fitted.MArrayLM: 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, \dots)

Arguments

object
a fitted object of class inheriting from "MArrayLM".
...
other arguments are not currently used.

Value

  • A numeric matrix of fitted values.

concept

regression

See Also

fitted