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

fixed typo

parent fe75c4d3
No related branches found
No related tags found
No related merge requests found
......@@ -182,13 +182,14 @@ foreach v of local vars {
est store `v'
* test a variable
predict r, resid
predict `v'_r, resid
foreach testv of local generic_hvarsg {
di "Testing residuals against `v'"
* based on http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm
* can't use factor variables in acprplot...
graph box r, over(`testv') name(rtest_`testv')
graph hbox `v'_r, over(`testv') name(rtest_`testv')
graph export "`rpath'/graphs/rplot_`v'_`testv'-`version'.png", replace
* possibly floor area - heteroskedasticity ?
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment