Scale the columns of a matrix by dividing each column by its
highest-magnitude value, and then subtracting its mean.
Usage
scale_design_mat(x, doRows = FALSE)
Value
The scaled design matrix
Arguments
x
A \(T \times K\) numeric matrix. In the context of a
design matrix for a GLM analysis of task fMRI, \(T\) is the number of time
points and \(K\) is the number of task covariates.