BookmarkSubscribeRSS Feed
Buck1480
Calcite | Level 5
I'm working on standardizing my coeffient estimates for a report and need to use the standard deviation rather than the standard error. I know I can calculate by hand to get standard deviations but was hoping that a code may exist to output them faster. Thank you very much!
3 REPLIES 3
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12
Your question is not clear. There are different types of standardizations for estimated regression coefficients. The usual one involves the standard deviation for both Y and X (and the regression model parameter estimate). But things are not that clear cut with mixed models (including generalized linear mixed models). I assume you are dealing with mixed models because you put GLIMMIX in the title of your post. With random effects, there is no simple choice for standardization, because there are levels to the variation in Y. You could do the standardization outside of GLIMMIX by simply getting the standard deviations of your variables with proc means (or some other choice), and then just using the regular formula for a standardized coefficient (doing this by hand). But I would consider this to be ad hoc, and I would be cautious in the interpretation.

One can actually get a different standardized estimated fixed effect parameter by adding the STDCOEF option on the MODEL statement. I think this scales the fixed effect parameter estimates strictly by the square root of the sum of squares of X, and does not use any scaling based on Y.
kjjgof2
Calcite | Level 5

Hello Ivm could you please, give me more information about how STDCOEF works or how to find that information? I get values of 29 and 20 as the stdcoef of my signicant variables, but i don't know how interpreting them beyond the fact tat the one with 29 is "better" than the 20. any suggestions?

thanks

kj

lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

There is very little information in the GLIMMIX documentation on this. My previous posting from ages ago basically tells you what is given in the documentation. In essence, for the fixed effects, GLIMMIX apparently scales (standardizes) all the X variables (including interactions)  internally; this would make the optimization methods more stable (avoiding extremely large or small values). This scaling involves dividing each X by the square root of the sum of squares of the relevant X variables.This is not the usual standardization in linear models where the standard deviation of the Y is also utilized. After model fitting, 'unscaling' is done to get the parameters back on the scale of the original X (this is what is displayed). If you put in the STDCOEF option, you will get the scaled parameter estimates. You can read about this in the help documentation for GLIMMIX. Go to STDCOEF (under MODEL), and then go to NOCENTER option to see the equations. Centering means subtracting mean X (it can be done with or without this).

I don't think you should overly interpret the standardized parameter estimates. These are not the same as those you get in linear models (they are not unitless because the Y units are still embedded in the parameters, based on the documentation). However, since  the response variable is the same for all the X predictors, then I suppose that one can roughly compare the magnitude of the standardized parameter estimates. But I would be careful even doing that.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 2118 views
  • 0 likes
  • 3 in conversation