Learn R Programming

conjoint (version 1.35)

Conjoint: Function Conjoint sums up the main results of conjoint analysis

Description

Function Conjoint is a combination of following conjoint pakage's functions: caPartUtilities, caUtilities and caImportance. Therefore it sums up the main results of conjoint analysis. Function Conjoint returns matrix of partial utilities for levels of variables for respondents, vector of utilities for attribute's levels and vector of percentage attributes' importance with corresponding chart (barplot). The sum of importance should be 100

Usage

Conjoint(y, x, z)

Arguments

y
matrix of preferences
x
matrix of profiles
z
matrix of levels names

References

Bak A. (2009), Analiza Conjoint [Conjoint Analysis], [In:] Walesiak M., Gatnar E. (Eds.), Statystyczna analiza danych z wykorzystaniem programu R [Statistical Data Analysis using R], Wydawnictwo Naukowe PWN, Warszawa. Green P.E., Srinivasan V. (1978), Conjoint Analysis in Consumer Research: Issues and Outlook, "Journal of Consumer Research", September, 5, 103-123. SPSS 6.1 Categories (1994), SPSS Inc., Chicago.

See Also

caImportance, caPartUtilities and caUtilities

Examples

Run this code
#Example 1
library(conjoint)
data(herbata)
Conjoint(hpref,hprof,hlevn)

#Example 2
library(conjoint)
data(czekolada)
Conjoint(cpref,cprof,clevn)

Run the code above in your browser using DataLab