R/norm1a.R

"norm1a" <-
function(logratio,logintensity,span=0.6)
{
 logratio-loess(logratio~logintensity,span=span)$fitted
}

Try the nudge package in your browser

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

nudge documentation built on May 2, 2018, 4:26 a.m.