R/countmaskr_data.R

#' countmaskr dataset
#'
#' A synthetic dataset of 1500 subjects with demographic information ascertaining at least one category from the demographics has counts less than 11.
#'
#' @format ## `countmaskr_data`
#' A data frame with 1500 rows and 6 columns:
#' \describe{
#'   \item{id}{Subject id}
#'   \item{age}{Age in years as integer}
#'   \item{gender}{Administrative sex}
#'   \item{race}{Race}
#'   \item{ethnicity}{Ethnicity}
#'   \item{age_group}{Age as categorical variable}
#'   ...
#' }
#' @docType data
#' @usage data(countmaskr_data)
"countmaskr_data"

Try the countmaskr package in your browser

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

countmaskr documentation built on April 10, 2026, 5:07 p.m.