unscale: Miscellaneous Utilities
Usage
unscale(scaledx,ctrs=NULL,sds=NULL)
Arguments
ctrs
Take the original means to be ctrs
sds
Take the original standard deviations to be sds
Value
The function unscale
returns the original object to which
scale
had been applied. Or, the attributes ctrs
and
sds
can be specified by the user.