Skip to content

Commit

Permalink
Fix date in example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkucharski committed Sep 25, 2024
1 parent c118718 commit 16e4b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.1.2
Date: 2024-09-25 16:22:53.836 UTC
SHA: c11871824059a07b4786dfe97ddfabd40fe45099
3 changes: 2 additions & 1 deletion R/cfr_time_varying.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
#' @examples
#' # get data pre-loaded with the package
#' data("covid_data")
#' df_covid_uk <- covid_data[covid_data$country == "United Kingdom" & covid_data$date <= as.Date("2020-09-31"), ]
#' df_covid_uk <- covid_data[covid_data$country == "United Kingdom" &
#' covid_data$date <= as.Date("2020-09-01"), ]
#'
#' # estimate time varying severity without correcting for delays
#' cfr_time_varying <- cfr_time_varying(
Expand Down

0 comments on commit 16e4b3e

Please sign in to comment.