Description Usage Arguments Value Author(s) Examples
Given a numeric matrix, subtracts the grand means to set the grand mean for each variable to zero
1 | meancorrect(x)
|
x |
a numeric matrix or all-numeric data frame |
A matrix with the grand means of the columns removed
Ben Bolker
1 2 | X = matrix(1:30,ncol=3)
meancorrect(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.