Learn R Programming

regtools (version 1.1.0)

unscale: Miscellaneous Utilities

Description

Utilities.

Usage

unscale(scaledx,ctrs=NULL,sds=NULL)

Arguments

scaledx

Matrix.

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.