R/vietnam_ind.R

#' Vietnam health care use (individual level)
#'
#' Data from the World Bank's Vietnam Living Standards Survey of 1997-1998
#' at the individual level. Sample extract by Cameron and Trivedi (2005).
#'
#'
#' @usage vietnam_ind
#'
#' @format A data frame with 27766 observations and 12 variables:
#' \describe{
#'   \item{educ}{Completed diploma level}
#'   \item{sex}{= 1 if respondent is male}
#'   \item{age}{age in years}
#'   \item{married}{= 1 for married person}
#'   \item{illness}{number of illnesses experienced in past 12 months}
#'   \item{injury}{= 1 if injured during survey period}
#'   \item{illdays}{number of illness days}
#'   \item{actdays}{number od days of limited activity}
#'   \item{pharvis}{number of direct pharmacy visits}
#'   \item{insurance}{= 1 if respondent has health insurance coverage}
#'   \item{lnhhexp}{total household expenditure, ln}
#'   \item{commune}{commune code}
#' }
#' @section Section in Text:
#' Section
#' @source \url{http://cameron.econ.ucdavis.edu/mmabook/mmadata.html}
#' @references
#' Cameron, A. and Trivedi, P. (2005), "Microeconometrics: Methods and
#' Applications," Cambridge University Press, New York.
#'
#' World Bank Living Standards Survey 1997-1998 Vietnam.
#' \url{https://microdata.worldbank.org/index.php/catalog/2694}
#' @examples
#' summary(vietnam_ind)
"vietnam_ind"

Try the camerondata package in your browser

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

camerondata documentation built on March 22, 2022, 1:06 a.m.