Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
DECC-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Anderson
DECC-data
Commits
639cb0bd
Commit
639cb0bd
authored
10 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
fixed residual testing graphs
names were over-written
parent
f9597617
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEED/analyse-NEED-EULF-2014-models-v2.0.do
+4
-1
4 additions, 1 deletion
NEED/analyse-NEED-EULF-2014-models-v2.0.do
with
4 additions
and
1 deletion
NEED/analyse-NEED-EULF-2014-models-v2.0.do
+
4
−
1
View file @
639cb0bd
...
@@ -164,6 +164,9 @@ local pt104 "mid_terr"
...
@@ -164,6 +164,9 @@ local pt104 "mid_terr"
local
pt105
"bungalow"
local
pt105
"bungalow"
local
pt106
"flat"
local
pt106
"flat"
* check for weirdness
su
`generic_hvarsg'
* now loop over the energy types & run linear regression models
* now loop over the energy types & run linear regression models
* NB - the rounding of the consumption values may lead to modelling problems
* NB - the rounding of the consumption values may lead to modelling problems
...
@@ -187,7 +190,7 @@ foreach v of local vars {
...
@@ -187,7 +190,7 @@ foreach v of local vars {
di
"Testing residuals against `v'"
di
"Testing residuals against `v'"
* based on http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm
* based on http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter2/statareg2.htm
* can't use factor variables in acprplot...
* can't use factor variables in acprplot...
graph
hbox
`v'
_r
,
over
(
`testv'
)
name
(
rtest_
`testv'
)
graph
hbox
`v'
_r
,
over
(
`testv'
)
name
(
rtest_
`
v'
_
`
testv'
)
graph
export
"`rpath'/graphs/rplot_`v'_`testv'-`version'.png"
,
replace
graph
export
"`rpath'/graphs/rplot_`v'_`testv'-`version'.png"
,
replace
* possibly floor area - heteroskedasticity ?
* possibly floor area - heteroskedasticity ?
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment