caDataIce: Sample data for conjoint analysis

iceR Documentation

Sample data for conjoint analysis

Description

Sample artificial data in rank mode. Ranking (rank) data needs conversion into rating (score) data.

Usage

data(ice)

Format

ipref

Matrix of preferences (6 respondents and 9 profiles).

iprof

Matrix of profiles (4 attributes and 9 profiles).

ilevn

Character vector of names for the attributes' levels.

Examples

library(conjoint)
data(ice)
print(ipref)
print(iprof)
print(ilevn)

conjoint documentation built on June 10, 2025, 1:07 a.m.

Related to caDataIce in conjoint...