R/generateExprVal.method.trimMean.R

"generateExprVal.method.trimMean" <-
function(probes, trim = 0.15) 
{
   mu <- apply(probes, 2, mean, trim = trim)
   s <- rep(NA, length(mu))
   return(list(exprs = mu, se.exprs = s))
}

Try the caret package in your browser

Any scripts or data that you put into this service are public.

caret documentation built on May 2, 2019, 5:47 p.m.