#' @title Pooled 1995-2010 BRFSS data
#' @description This is the BRFSS data after reading, merging, and cleaning.
#' We use this data set in regression analysis.
#' (and possibly for the purpose of summary statistics and descriptive analysis)
#'
#'
#'
#' @format This data set should cover years 1995-2010 and individuals aged over 65
#' \describe{
#' \item{MEDCOST}{Have troubles to see doctors because of cost}
#' }
#'
#' @source \url{https://www.cdc.gov/brfss/index.html}
#'
#' @examples
#' data(BRFSS19952010)
"BRFSS19952010"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.