Skip to content
Snippets Groups Projects
Commit a70398a1 authored by Ben Anderson's avatar Ben Anderson
Browse files

updated links to regression diagnostics info

parent 10b37ece
No related branches found
No related tags found
No related merge requests found
...@@ -117,9 +117,10 @@ foreach v of local vars { ...@@ -117,9 +117,10 @@ foreach v of local vars {
estat ovtest estat ovtest
estat hettest estat hettest
* we ought to be testing for linearity too
di "* -> `v' linktest to test for model specification" di "* -> `v' linktest to test for model specification"
di "* if p of _hatsq < 0.05 -> mis-spec" di "* if p of _hatsq < 0.05 -> mis-spec"
di "* http://www.ats.ucla.edu/stat/stata/webbooks/logistic/chapter3/statalog3.htm" di "* http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm"
linktest linktest
* models by property type - to see if rsq & coefficients vary * models by property type - to see if rsq & coefficients vary
...@@ -135,9 +136,10 @@ foreach v of local vars { ...@@ -135,9 +136,10 @@ foreach v of local vars {
estat ovtest estat ovtest
estat hettest estat hettest
* we ought to be testing for linearity too
di "* -> `v' `pt`p'' linktest to test for model specification" di "* -> `v' `pt`p'' linktest to test for model specification"
di "* if p of _hatsq < 0.05 -> mis-spec" di "* if p of _hatsq < 0.05 -> mis-spec"
di "* http://www.ats.ucla.edu/stat/stata/webbooks/logistic/chapter3/statalog3.htm" di "* http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm"
linktest linktest
} }
* models for different consumption quintiles - to see if rsq & coefficients vary * models for different consumption quintiles - to see if rsq & coefficients vary
...@@ -153,9 +155,10 @@ foreach v of local vars { ...@@ -153,9 +155,10 @@ foreach v of local vars {
estat ovtest estat ovtest
estat hettest estat hettest
* we ought to be testing for linearity too
di "* -> quintile: `q' - linktest" di "* -> quintile: `q' - linktest"
di "* if p of _hatsq < 0.05 -> mis-spec" di "* if p of _hatsq < 0.05 -> mis-spec"
di "* http://www.ats.ucla.edu/stat/stata/webbooks/logistic/chapter3/statalog3.htm" di "* http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm"
linktest linktest
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment