Nothing
#' Example dataset for APC model
#'
#' @description
#' A dataset containing case counts and population numbers in eight age groups for ten years. Each age group consists of five years.
#'
#' @format \itemize{
#' \item\code{population}: matrix of population data
#' \item\code{cases}: matrix of case counts
#' \item\code{cov_p}: covariate for period
#' \item\code{cov_c}: covariate for cohort}
#'
#' @docType data
#' @keywords datasets
#' @name apc.data
#' @aliases cov_c cov_p population cases
#' @usage data(apc)
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.