Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
spatialec
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Anderson
spatialec
Commits
a79db0d7
Commit
a79db0d7
authored
5 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
test n households via sum weights
parent
05fd5239
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ipf/runIPF.R
+8
-0
8 additions, 0 deletions
ipf/runIPF.R
with
8 additions
and
0 deletions
ipf/runIPF.R
+
8
−
0
View file @
a79db0d7
...
@@ -178,3 +178,11 @@ message("N rows after removing zero weights: ", nrow(longFormDT))
...
@@ -178,3 +178,11 @@ message("N rows after removing zero weights: ", nrow(longFormDT))
# save the results for future use since they won't change unless we change the constraints ----
# save the results for future use since they won't change unless we change the constraints ----
data.table
::
fwrite
(
longFormDT
,
paste0
(
p_Params
$
ggPath
,
"/safe/ipf/nonZeroWeightsAu2013.csv"
))
data.table
::
fwrite
(
longFormDT
,
paste0
(
p_Params
$
ggPath
,
"/safe/ipf/nonZeroWeightsAu2013.csv"
))
# final test
# sum of weights:
tidyNum
(
sum
(
longFormDT
$
ipfWeight
))
# Census 2013:
# 1,549,890
# http://archive.stats.govt.nz/Census/2013-census/profile-and-summary-reports/qstats-families-households/households.aspx
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