I've run a robust ordinary least squares model (HC3 correction) that attempts to predict a numeric dependent variable from seven numeric independent variables. However, several of the predictors have been log- or sqrt-transformed. My question: can the "bStdXY" standardized beta coefficients (given from the listcoef command) be directly interpreted for the transformed predictors, or does some kind of "back-transformation" need to be undertaken first (as would be necessary in order to interpret the regular beta coefficients)?
In other words, and in the example of a log-transformed predictor, will a standardized beta show the relative predictive strength of the log of predictor, or of the predictor itself?
In other words, and in the example of a log-transformed predictor, will a standardized beta show the relative predictive strength of the log of predictor, or of the predictor itself?
Comment