Re: SAS PROC LOGISTIC TESTS
- From: Frank E Harrell Jr <f.harrell@xxxxxxxxxxxxxx>
- Date: Thu, 08 Jan 2009 13:01:29 -0600
AgEconomist wrote:
On Jan 6, 1:38 pm, Ryan <Ryan.Andrew.Bl...@xxxxxxxxx> wrote:On Jan 6, 12:25 pm, AgEconomist <matttbog...@xxxxxxxxx> wrote:
Are there any commands in SAS that would test a logit model in PROCI do not know of a way to test for multicollinearity in PROC LOGISTIC.
LOGISTIC for multicollinearity, heteroskedasticity, or serial
correlation ? PROC REG has the VIF, DW options in the model statement
but not in PROC LOGISTIC. I could probably write a routine, but
frankly, I’m not even sure about how to get the ‘residuals’ necessary
for some of these tests. I know that RESDEV and RESCHI in the model
statement gives residuals, but can I treat these the way I would treat
residuals from OLS?
Since multicollinearity is a property of the IVs, you can just use
PROC REG. -Ryan
Thanks- that never occurred to me. I also posted to another group, and
that was the common advice given there too.
Multicollinearity is a product of the IVs plus the DV, so PROC REQ will just be an approximation. Most of the information is given by the IVs but not all.
There are several tools in R to help, related to redudancy analysis and variable clustering, which also don't use the DV.
Frank
.
- References:
- SAS PROC LOGISTIC TESTS
- From: AgEconomist
- Re: SAS PROC LOGISTIC TESTS
- From: Ryan
- Re: SAS PROC LOGISTIC TESTS
- From: AgEconomist
- SAS PROC LOGISTIC TESTS
- Prev by Date: Controlling for an intervening variable
- Next by Date: Re: Goodness of Fit Tests for Logistic Regression Models
- Previous by thread: Re: SAS PROC LOGISTIC TESTS
- Next by thread: Residual deviance
- Index(es):
Relevant Pages
|
Loading