Skip to contents

This function creates a projoint_data S3 object containing conjoint survey labels and response data. It is used internally by reshape_projoint and make_projoint_data.

Usage

projoint_data(labels, data)

Arguments

labels

A data frame of conjoint attribute and level labels, with attribute and level IDs.

data

A data frame containing the reshaped conjoint survey responses.

Value

An object of class projoint_data.