scaleBack.lm: Transform back multiple regression coefficients to unscaled regression coefficients
Original question posed by Mark Seeto on the R mailing list.
Description
Transform back multiple regression coefficients to unscaled regression coefficients
Original question posed by Mark Seeto on the R mailing list.
Usage
scaleBack.lm(X, Y, betas.scaled)
Arguments
X,
unscaled design matrix without the intercept, m by n matrix
Y,
unscaled response, m by 1 matrix
betas.scaled,
coefficients vector of multiple regression, first term is the intercept