Skip to content

Commit

Permalink
2021-12-23 - update estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Dec 23, 2021
1 parent 25961b9 commit 38fa970
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Binary file modified data/estimates/bias/2021-12-21/diagnostics.rds
Binary file not shown.
Binary file modified data/estimates/bias/2021-12-21/posterior.rds
Binary file not shown.
Binary file modified data/estimates/sgtf/2021-12-21/diagnostics.rds
Binary file not shown.
Binary file modified data/estimates/sgtf/2021-12-21/loo.rds
Binary file not shown.
Binary file modified data/estimates/sgtf/2021-12-21/posterior.rds
Binary file not shown.
7 changes: 7 additions & 0 deletions scripts/update-regional-estimates.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ plan("callr", workers = floor(future::availableCores() / 2))
# Target date
target_date <- get_latest_date()

# load results from latest date
results <- load_results(target_date)
rerun <- FALSE
if (!is.null(results) | !rerun) {
stop("No new data - not updating estimates")
}

# Estimation start date
start_date <- as.Date("2021-11-16")
start_sgtf_date <- as.Date("2021-11-23")
Expand Down

0 comments on commit 38fa970

Please sign in to comment.