Skip to content

Commit

Permalink
Update R/create.R
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
seabbs and sbfnk authored Jan 8, 2024
1 parent 27124e0 commit cae3465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ create_stan_data <- function(reported_cases, seeding_time,
delay = data$seeding_time, horizon = data$horizon
)
)
# initial estimate of growth33
# initial estimate of growth
first_week <- data.table::data.table(
confirm = cases[seq_len(min(7, length(cases)))],
t = seq_len(min(7, length(cases)))
Expand Down

0 comments on commit cae3465

Please sign in to comment.