Description Usage Arguments Details Value Author(s) See Also Examples
This function centers the transposable data around their sample mean matrix.
1 | centerdata(datamat, N)
|
datamat |
numeric matrix containing the transposable data. |
N |
positive integer number indicating the sample size, e.g., the number of subjects. |
It is assumed that there are nrow(datamat)
row variables and
ncol(datamat)
/N
column variables in datamat
. Further,
datamat
should be written in such a way that every
ncol(datamat)
/N
consecutive columns belong to the same subject
and the order of the column variables in each block is preserved across
subjects.
Returns a matrix of the same size as datamat
.
Anestis Touloumis
covmat.hat
and covmat.ts
.
1 2 3 | data(VEGFmouse)
## Centering the VEGF dataset around the sample mean matrix.
VEGFcen <- centerdata(datamat = VEGFmouse, N = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.