centerData: Center data matrix.

View source: R/centerData.R

centerDataR Documentation

Center data matrix.

Description

Center data matrix to 0 for each variable by removing the means.

Usage

centerData(X, rm.na = TRUE, meanvalue = NULL)

Arguments

X

The data set: samples x features. Each feature will be centered.

rm.na

Ignore NAs.

meanvalue

Can be used to set a desired center value. The default is 0.

Value

Centered data matrix.

Note

Note that the model assumes samples x features matrix, and centers each feature.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse')

Examples

centerData(matrix(rnorm(100), 10, 10))

antagomir/netresponse documentation built on March 30, 2023, 7:24 a.m.