Learn R Programming

mcen (version 1.2.1)

beta_adjust: Adjusts the value of the coefficients to account for the scaling of x and y.

Description

Adjusts the value of the coefficients to account for the scaling of x and y.

Usage

beta_adjust(beta, sigma_x, sigma_y, mean_x, mean_y)

Value

Returns the adjusted coefficients

Arguments

beta

The estiamte of beta with scaled data.

sigma_x

Sample tandard deviations of the original predictors.

sigma_y

Sample standard deviations of the orignal responses.

mean_x

Sample means of the original predictors .

mean_y

Sample means of the original responses.

Author

Ben Sherwood <ben.sherwood@ku.edu>, Brad Price <brad.price@mail.wvu.edu>