PROC GLM is able to do more with categorical predictor variables than PROC REG (which lacks a class statement). But many assumption diagnostics exist in PROC REG that do not as best I can tell in PROC GLM.
So my question is can you specify a model in PROC GLM with dummy variables and then specify the same model in PROC REG, using the parameter estimates from PROC GLM and the diagnostic tools in PROC REG.
I have doubt this works, because PROC GLM treats dummy variables as dummy variables and PROC REG treats them as (I think) an interval variable with two levels.
So my question is can you specify a model in PROC GLM with dummy variables and then specify the same model in PROC REG, using the parameter estimates from PROC GLM and the diagnostic tools in PROC REG.
I have doubt this works, because PROC GLM treats dummy variables as dummy variables and PROC REG treats them as (I think) an interval variable with two levels.