#' sivic data
#'
#' A dataset containing the following data :
#'
#' \itemize{
#' \item id region id
#' \item nameid region name
#' \item date the date
#' \item obs numeric value of H and Hin
#' \item popsize the region population size
#' \item epidemicsStart date of epidemic start
#' \item day day since start of the epidemic
#' \item lockdown is it currently lockdown
#' \item timeSinceConf the time since lockdown
#' \item timeSinceDeConf the time since the end of lockdown
#' \item rsent ascertainment rate
#' \item Dh Length of hospitalisation
#' \item obs_id H (obs_id = 1) and Hin (obs_id = 2)
#' }
#' @format A data frame with 8850 rows and 13 variables
#'
#'@examples
#' ##### script generating biom_kalman dataframe
#' \dontrun{
#' sivic <- ImportSivic(file = "data/sivic_panel_reg_latest (7).csv")
#' save(sivic, file = "data/sivic.rdata")
#' }
"sivic"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.