R/BRFSS19952010_data.R

#' @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"
JiachengHe/MSP documentation built on May 17, 2019, 6:20 p.m.