R/condom.R

#' Frequency of condom use in 2013
#' 
#' A dataset containing the frequency of condom use in Medellin in 2013.
#' 
#' @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/prueba documentation built on June 29, 2024, 1:06 p.m.