R/data.R

#' Sample data documentation
#'
#' Simulated survey data about household tourism demand
#'
#' @format A dataframe with 1000 rows and 6 variables:
#'  \describe{
#'      \item{income}{Household income}
#'      \item{education}{Education level of the household head}
#'      \item{health}{Health status index of the household members}
#'      \item{tripweather}{Weather quality in the destination of the trip}
#'      \item{participation}{Dummy variable for tourism participation}
#'      \item{expenditure}{Total household tourism expenditure}
#'
#' data(tourexp)
#' }
"tourexp"
santosglauber/heckitmfx documentation built on March 4, 2022, 12:42 a.m.