Hello all,

I'm running a model with generalized least squares (GLS) and I need to compare the relative importance of predictors, hence the standardized coefficients.

I tried obtaining these coefficients using the z-scores of my predictors (scaled variables), but when I run the model, the intercept is not equal to zero (so I presumed the coefficients are not standardized).

Why this procedure did not work for GLS?

Is there another way to get standardized coefficients for GLS?

Can I compare t-values in order to compare the relative importance of my predictors?

Thankyou,

Similar questions and discussions