Adjusts the value of the coefficients to account for the scaling of x and y.
beta_adjust(beta, sigma_x, sigma_y, mean_x, mean_y)
Returns the adjusted coefficients
The estiamte of beta with scaled data.
Sample tandard deviations of the original predictors.
Sample standard deviations of the orignal responses.
Sample means of the original predictors .
Sample means of the original responses.
Ben Sherwood <ben.sherwood@ku.edu>, Brad Price <brad.price@mail.wvu.edu>