R/exampleData2.R

#' Projoint Example Data Set 2: Building Conjoint with a Repeated, Non-Flipped Task
#'
#' A cleaned Qualtrics export from a conjoint study that compares two potential
#' new building developments. Each respondent completed 8 standard tasks as well
#' as a repeated version of the first task, where the profiles were presented in
#' the same left-right positions (not flipped).
#'
#' @docType data
#' @usage data(exampleData2)
#'
#' @format A data frame with 400 rows and 185 columns. Contains survey responses
#'   including demographic information, outcome choices, and conjoint attribute
#'   values identified by \code{K-*-*} variable names.
#'
#' @keywords datasets
#'
#' @examples
#' # Load the dataset
#' data(exampleData2)
#'
#' # Inspect the first few rows
#' head(exampleData2)
#'
#' # Number of rows and columns
#' dim(exampleData2)
#'
#' # Display first 10 column names
#' names(exampleData2)[1:10]
#'
#' @name exampleData2
NULL

Try the projoint package in your browser

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

projoint documentation built on Feb. 16, 2026, 5:10 p.m.