| exampleData1_labelled_tibble | R Documentation |
A cleaned tibble where each attribute corresponds to a separate column with a descriptive attribute name. The unit of observation is each of two profiles in each task for each respondent.
data(exampleData1_labelled_tibble)
A tibble with 6,400 rows and 14 columns. Contains survey responses including outcome choices and conjoint attribute values (columns typically named with a 'K-*-*' convention).
This dataset is intended for illustrating reading, reshaping, and
analysis workflows in projoint. Column names are compatible with
reshape_projoint().
Qualtrics survey on Prolific; see Clayton et al. replication materials.
# Load the data
data(exampleData1_labelled_tibble)
# Basic inspection (fast and always runnable)
head(exampleData1_labelled_tibble)
dim(exampleData1_labelled_tibble)
# Optional: quick structure peek (names only)
names(exampleData1_labelled_tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.