lmFit.lm.series(M,design=NULL,ndups=1,spacing=1,weights=NULL)M corresponding to duplicate spots, spacing=1 for consecutive spotsM containing weights for each spot. If it is of different dimension to M, it will be filled out to the same size.M, same number of columns as design.coef containing the unscaled standard deviations for the coefficient estimators. The standard errors are given by stdev.unscaled * sigma.sigma.designlmFit.
Most users should not use this function directly but should use lmFit instead.The linear model is fit for each gene by calling the function lm.fit or lm.wfit from the base library.
lm.fit.An overview of linear model functions in limma is given by 06.LinearModels.