R/exampleData3.R

#' Projoint Example Data Set 3: Building Conjoint with No Repeated Task
#'
#' A cleaned Qualtrics export from a conjoint study that compares two potential
#' new building developments. Each respondent completed 8 standard tasks only;
#' no repeated tasks are included in this dataset.
#'
#' @docType data
#' @usage data(exampleData3)
#'
#' @format A data frame with 400 rows and 184 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(exampleData3)
#'
#' # Inspect the first few rows
#' head(exampleData3)
#'
#' # Number of rows and columns
#' dim(exampleData3)
#'
#' # Display first 10 column names
#' names(exampleData3)[1:10]
#'
#' @name exampleData3
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.