R/meanCenter.R

"meanCenter" <-
function (x)
{
mcx <- x - mean(x, na.rm=TRUE)
return(mcx)
}

Try the QuantPsyc package in your browser

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

QuantPsyc documentation built on June 4, 2022, 1:06 a.m.