Re: IIA test (or Hausman test) in SPSS
Posted by
Bruce Weaver on
Mar 28, 2012; 3:40pm
URL: http://spssx-discussion.165.s1.nabble.com/IIA-test-or-Hausman-test-in-SPSS-tp5600767p5600937.html
You could be right, David. I was assuming the Var0 and Var1 terms were just the variances -- the terms on the main diagonals of the covariance matrices. It's a little hard to tell on that page. If I was programming it, I'd find a worked example somewhere and make sure I could duplicate the results!
David Marso wrote
It would seem that since B0 and B1 are Vectors, VarB0 and VarB1 would be matrices since there are covariances among the B's. Looks like the MATRIX math would follow as indicated ;-)
--
Bruce Weaver wrote
Judging from the Wikipedia page on the Hausman test (which I'd never heard of), it should not be too hard to program it in the matrix language.
http://en.wikipedia.org/wiki/Hausman_testThe formula shown near the top, for example would look like this, I think:
compute H = T(B1-B0)*GINV(VarB0-VarB1)*(B1-B0).
where (if I followed):
B0 = a column vector of coefficients under the null hypothesis
B1 = a column vector of coefficients under the alternative hypothesis
VarB0 = a column vector of squared standard errors for B0
VarB1 = a column vector of squared standard errors for B1
HTH.
Ange wrote
Is it possible to conduct a IIA test (Independence from Irrelevant Attributes) in either Logistic or Multinomial Logistic Regression ??
The Hausman Test is often used. Is that, or other tests available in SPSS?
Thank you!
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/"When all else fails, RTFM."
PLEASE NOTE THE FOLLOWING:
1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.
2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (
https://listserv.uga.edu/).