powered by
This function rescales the columns in a data matrix to have mean 0. The variance is not scaled and missing values are ignored in the calculation.
MeanCent(DATA)
Returns a matrix with the same dimensions as DATA.
A (non-empty) matrix with data values. Columns should be different traits and rows unique observations of those traits
ZTrans, PercentMax
ZTrans
PercentMax
data(Nuclei) colMeans(Nuclei, na.rm=TRUE) Nuclei.MC<-MeanCent(Nuclei) colMeans(Nuclei.MC, na.rm=TRUE)
Run the code above in your browser using DataLab