Re: multiple regression assumptions SAS



On Mar 18, 11:27 pm, nko...@xxxxxxxxx wrote:
Those of you familiar with SAS, how would I test for the multiple
regression assumptions?

To test the assumption in multiple regression is that the errors are
normally distributed, you would output the residuals from PROC REG
into a SAS data set using the OUTPUT statement in PROC REG.

Then you could test normality any one of a number of ways. You could
test it graphically by creating histograms in PROC GCHART, PROC
CAPABILITY or PROC UNIVARIATE. These last two procedures will also do
a formal test to see if the residuals are normally distributed.

--
Paige Miller
paige\dot\miller \at\ kodak\dot\com

.



Relevant Pages

  • Re: SAS PROC LOGISTIC TESTS
    ... PROC REG has the VIF, DW options in the model statement ... I do not know of a way to test for multicollinearity in PROC LOGISTIC. ...
    (sci.stat.consult)
  • SAS PROC LOGISTIC TESTS
    ... Are there any commands in SAS that would test a logit model in PROC ... PROC REG has the VIF, DW options in the model statement ... statement gives residuals, but can I treat these the way I would treat ...
    (sci.stat.consult)