exampleData3: Projoint Example Data Set 3: Building Conjoint with No Repeated Task
Description
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.
Usage
data(exampleData3)
Arguments
Format
A data frame with 400 rows and 184 columns. Contains survey responses
including demographic information, outcome choices, and conjoint attribute
values identified by K-*-* variable names.
# Load the datasetdata(exampleData3)
# Inspect the first few rowshead(exampleData3)
# Number of rows and columnsdim(exampleData3)
# Display first 10 column namesnames(exampleData3)[1:10]