R/example_data.R

#' Example parameter table
#'
#' An example of parameter table that would be used to generate simulated data and control parameter space exploration during the MCMC procedure.
#' @docType data
#' @usage data(exampleParTab)
#' @format A data frame
#' @keywords datasets
"exampleParTab"

#' Location information table
#'
#' Table containing information on population size, life expectancy and full location names
#' @docType data
#' @usage data(locationInfo)
#' @format A data frame
#' @keywords datasets
"locationInfo"
jameshay218/zikaProj documentation built on Jan. 9, 2020, 7:26 p.m.