R/bc.data.r

#' Breast cancer incidence in mainland China
#'
#' The \code{bc.data} dataset consists of two data frames:
#' \itemize{
#' \item\code{bc.data[[1]]}: Breast cancer incidence at 242 sampling units in mainland China, where the SSH stratum (\code{SSHID}) and reporting unit (\code{GBCODE}) that each sample falls into are specified. The sampling attribute is \code{Incidence}.
#' \item\code{bc.data[[2]]}: The county-level administrative divisions in mainland China (\code{GBCODE}), where the weights of each intersecting stratum (\code{W1} and \code{W2}) are specified.}
#'
#' @import sf
#' @docType data
#' @name bc.data
#'
#' @examples
#' data(bc.data)
NULL

Try the sandwichr package in your browser

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

sandwichr documentation built on April 27, 2023, 1:10 a.m.