getFitUnitGroupFunction.SingleArrayUnitModel {aroma.affymetrix} | R Documentation |
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.
SingleArrayUnitModel$getFitUnitGroupFunction()
... |
Not used. |
Returns a function
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see SingleArrayUnitModel
.