Learn R Programming

conjoint (version 1.35)

ShowAllSimulations: Function ShowAllSimulations sums up the main results of conjoint simulations

Description

Function ShowAllSimulations is a combination of following conjoint pakage's functions: caMaxUtility, caBTL and caLogit. Therefore it sums up the main results of simulation using conjoint analysis method. Function ShowAllSimulations returns three vectors of percentage participations using maximum utility, BTL and logit models. The sum of importance for every vector should be 100%.

Usage

ShowAllSimulations(sym, y, x)

Arguments

sym
matrix of simulation profiles
y
matrix of preferences
x
matrix of profiles

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

caBTL, caLogit and caMaxUtility

Examples

Run this code
#Example 1
library(conjoint)
data(herbata)
ShowAllSimulations(hsimp,hpref,hprof)

#Example 2
library(conjoint)
data(czekolada)
ShowAllSimulations(csimp,cpref,cprof)

Run the code above in your browser using DataLab