R/data.r

#' An example survey
#'
#' A dataset containing an example survey
#'
#' @format A data frame with 33 rows and 7 variables:
#' \describe{
#'   \item{id}{Unique ID}
#'   \item{date}{Interview date}
#'   \item{enum}{Enumerator}
#'   \item{enumteam}{Enumerator team}
#'   \item{gender}{Respondent gender}
#'   \item{gameresult}{Game result}
#'   \item{itemssold}{Number of items sold}
#' }
#' @source \url{https://github.com/PovertyAction/bcstats}
"survey"

#' An example back check of an example survey
#'
#' A dataset containing an exapmle survey from an example back check
#'
#' @format A data frame with 14 rows and 6 variables:
#' \describe{
#'   \item{id}{Unique ID}
#'   \item{date}{Back check date}
#'   \item{bcer}{Back checker name}
#'   \item{gender}{Respondent gender}
#'   \item{gameresult}{Game result}
#'   \item{itemssold}{Number of items sold}
#' }
#' @source \url{https://github.com/PovertyAction/bcstats}
"bc"
J-PAL/bcstatsR documentation built on May 8, 2019, 8:58 a.m.