R/Individual_Level_Data.R

#' Individual level data
#'
#' The data which describes the Individual characteristics (gender, age group, infected status) and corresponding area details for 700 individuals.
#'
#' @format
#' A data frame with 700 rows and 8 columns:
#' \describe{
#'   \item{Disease_Status}{Disease status of the individual}
#'   \item{Region}{The regioal health authority of the individual}
#'   \item{Gender}{Gender of the individual}
#'   \item{Age_Group}{Age group of the individual}
#'   \item{Postal_code}{postal code which the individual belong to}
#'   \item{Longitde}{longitude of the region}
#'   \item{Latitude}{latitude of the region}
#'   \item{Region_Number}{Region number assigned for each regional health authority}
#'   ...
#' }
#'
"Individual_Level_Data"

Try the GDILM.SIR package in your browser

Any scripts or data that you put into this service are public.

GDILM.SIR documentation built on June 22, 2024, 10:33 a.m.