R/womenWork.R

#' Data on working status
#'
#' A dataset on the working status (works or does not work) for 200 women.
#'
#' @format A data frame with 200 rows and 9 variables:
#' \describe{
#'   \item{work}{Whether or not the woman works.}
#'   \item{constant}{Constant/intercept.}
#'   \item{husbandInc}{Husband's income.}
#'   \item{educYears}{Years of education.}
#'   \item{expYears}{Years of experience.}
#'   \item{expYears2}{(Years of experience/10)^2.}
#'   \item{age}{Age.}
#'   \item{nSmallChild}{Number of children at or under the age of six
#'   in the household.}
#'   \item{nBigChild}{Number of children older than six in the household.
#'   Not counting the husband.}
#'   ...
#' }
#'
"womenWork"
ooelrich/bayesLearnSU documentation built on March 24, 2022, 8:06 a.m.