Learn R Programming

aroma.affymetrix (version 1.6.0)

getFitUnitGroupFunction.SingleArrayUnitModel: Static method to get the low-level function that fits the PLM

Description

Static method to get the low-level function that fits the PLM. Any subclass model must provide this method, which should return a function that accepts a numeric vector of length K, where K is the number of probes.

Usage

SingleArrayUnitModel$getFitUnitGroupFunction()

Arguments

...
Not used.

Value

synopsis

getFitUnitGroupFunction.SingleArrayUnitModel(...)

See Also

For more information see SingleArrayUnitModel.