R/data.R

#' 500 exteriors survey responses, all treatment arms
#'
#' A dataset containing exteriors survey responses for almost 500 individuals,
#' with almost 100 responses per treatment arm. This dataset contains responses
#' for the following treatment arms:
#' * strong architecture
#' * weak architecture
#' * graphical architecture
#' * curb appeal
#' * control
#'
#' @format A data frame with 470 rows and 5 variables:
#' \describe{
#'   \item{arm}{treatment arm, as factor}
#'   \item{pre_q}{pre-intervention response, lower-cased and lemmatized}
#'   \item{post_q}{post-intervention response, lower-cased and lemmatized}
#'   \item{housing_involved}{indicates whether respondent is involved in housing sales and development, as logical}
#'   \item{housing_purchased}{indicates whether respondent has tried to purchase a house in past ten years, as logical}
#' }
"exteriors_study_large"

#' 125 exteriors survey responses, all treatment arms.
#'
#' A dataset containing exteriors survey responses of 125 individuals, with
#' 25 responses per treatment arm. This dataset contains responses for the
#' following treatment arms:
#' * strong architecture
#' * weak architecture
#' * graphical architecture
#' * curb appeal
#' * control
#'
#' @format A data frame with 125 rows and 5 variables:
#' \describe{
#'   \item{arm}{treatment arm, as factor}
#'   \item{pre_q}{pre-intervention response, lower-cased and lemmatized}
#'   \item{post_q}{post-intervention response, lower-cased and lemmatized}
#'   \item{housing_involved}{indicates whether respondent is involved in housing sales and development, as logical}
#'   \item{housing_purchased}{indicates whether respondent has tried to purchase a house in past ten years, as logical}
#' }
"exteriors_study_small"

#' 350 exteriors survey responses, selected treatment arms
#'
#' A dataset containing exteriors survey responses of 357 individuals, with
#' 89 responses per treatment arm. This dataset contains responses for the
#' following treatment arms:
#' * strong architecture
#' * curb appeal
#' * control
#'
#' @format A data frame with 125 rows and 5 variables:
#' \describe{
#'   \item{arm}{treatment arm, as factor}
#'   \item{pre_q}{pre-intervention response, lower-cased and lemmatized}
#'   \item{post_q}{post-intervention response, lower-cased and lemmatized}
#'   \item{housing_involved}{indicates whether respondent is involved in housing sales and development, as logical}
#'   \item{housing_purchased}{indicates whether respondent has tried to purchase a house in past ten years, as logical}
#' }
"exteriors_study_curb_appeal"
jlkravitz/exteriors documentation built on June 12, 2020, 12:03 a.m.