R/condom.R

#' @title Frequency of condom use in 2013
#' 
#' @description A dataset containing the frequency of condom use in Medellin in 2013.
#' @aliases condom
#' @usage data(condom)
#' @format A data frame with 153 rows and 4 variables:
#' \describe{
#'   \item{age}{age, in years}
#'   \item{gender}{A factor with levels: 0 = woman, 1 = man}
#'   \item{stratum}{socioeconomic level}
#'   \item{usecondom}{A factor with levels: 1 = always, 2 = frequently, 3 = occasionally and 4 = never}
#' }
#' 
"condom"
fhernanb/cubm documentation built on Dec. 10, 2020, 1:24 p.m.