From a70398a140f83c8c6e2c84996c21e67dbe056b5c Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Mon, 15 Sep 2014 18:08:23 +0100 Subject: [PATCH] updated links to regression diagnostics info --- NEED/analyse-NEED-EULF-2014.do | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NEED/analyse-NEED-EULF-2014.do b/NEED/analyse-NEED-EULF-2014.do index e403649..9fdac3a 100644 --- a/NEED/analyse-NEED-EULF-2014.do +++ b/NEED/analyse-NEED-EULF-2014.do @@ -117,9 +117,10 @@ foreach v of local vars { estat ovtest estat hettest + * we ought to be testing for linearity too di "* -> `v' linktest to test for model specification" 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 * models by property type - to see if rsq & coefficients vary @@ -135,9 +136,10 @@ foreach v of local vars { estat ovtest estat hettest + * we ought to be testing for linearity too di "* -> `v' `pt`p'' linktest to test for model specification" 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 } * models for different consumption quintiles - to see if rsq & coefficients vary @@ -153,9 +155,10 @@ foreach v of local vars { estat ovtest estat hettest + * we ought to be testing for linearity too di "* -> quintile: `q' - linktest" 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 } } -- GitLab