This app accompanies the workflow introduced in Test-Retest Reliability in Metric Conjoint Experiments: A New Workflow to Evaluate Confidence in Model Results . It helps researchers prepare conjoint designs and evaluate response consistency in metric conjoint experiments.
Uploads are processed only for the current session. The app accepts CSV and one-sheet XLSX files, applies a 5 MB upload limit, and rejects reliability datasets with more than 25,000 rows. Generated result files are stored in a session-specific temporary folder and removed when the session ends.
Uploaded files and generated outputs are processed in a session-specific temporary folder. They are removed when the session ends, and reset clears the current session files manually. The app does not intentionally store uploaded datasets or track user behavior.
Please review your results carefully. This app supports the workflow described in the paper, but it does not replace substantive judgment about your conjoint design, measurement strategy, or model specification.
R Shiny app written by Jens Schüler.
Factorial designs help researchers reduce the number of profiles shown in conjoint studies while preserving the information needed to estimate the intended effects. This app provides a graphical interface to established R tools for creating full and fractional designs.
Important: Always evaluate whether a generated design is suitable for your theoretical model before collecting data.
This section implements the workflow from Test-Retest Reliability in Metric Conjoint Experiments: A New Workflow to Evaluate Confidence in Model Results . The workflow is designed to help researchers evaluate response consistency for manipulated conjoint attributes before interpreting the substantive model results.
respondent
identifies the respondent.
round
identifies the initial round as 1 and the replication round as 2.
profile
identifies the conjoint profile.
dv
contains the dependent variable. Analyze one dependent variable at a time.
att_1
,
att_2
, ...,
att_x
contain the manipulated attributes. At least two attributes are required.
round
,
profile
,
dv
, and all
att_
columns must be numeric or cleanly coercible to numeric. Missing values should be left empty or coded as
NA
.
The workflow focuses on level-1 manipulated conjoint attributes and outcomes. Measured level-2 respondent variables are not part of this app's reliability workflow.