Skip to content

Commit

Permalink
Patch changed data set name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Oct 2, 2024
1 parent 0e83138 commit 4980037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ This snippet uses the simulated dataset to demonstrate how to use the main model
library(RtGam)

fit <- RtGam(
cases = gostic_toy_rt[["obs_incidence"]],
cases = stochastic_sir_rt[["obs_incidence"]],
# Randomly chosen date
reference_date = gostic_toy_rt[["time"]] + as.Date("2023-01-01")
reference_date = stochastic_sir_rt[["time"]] + as.Date("2023-01-01")
)
print(fit)
```
Expand Down

0 comments on commit 4980037

Please sign in to comment.