rowUnscale {mbr} | R Documentation |
Unscale rows of a matrix
Description
Backtransform a matrix that was scaled before.
Usage
rowUnscale(x, rm, rsd)
Arguments
x |
A matrix. |
rm |
A vector of row means |
rsd |
A vector of row standard deviations |
Value
The unscaled matrix
[Package mbr version 0.0.1 Index]