search for: loessfit

Displaying 1 result from an estimated 1 matches for "loessfit".

Did you mean: loessf
2008 May 30
3
loess plot
...a right choice ? However, I installed Limma using > source("http://www.bioconductor.org/biocLite.R") > biocLite("limma") > biocLite("statmod") > library(limma) and then used the commands which generated the error as follows -- > system.time(fit <- loessFit( log(abs(t(res))), log(abs(t(synthesised))))) Error in loessFit(log(abs(t(res))), log(abs(t(synthesised)))) : ? binary operation on non-conformable arrays Timing stopped at: 0.57 0.06 0.64 NA NA > system.time(fit <- plotPrintTipLoess( log(abs(t(res))), log(abs(t(synthesised))))) Error in 1...