ShowAllSimulations: Function ShowAllSimulations sums up the results of all...

Description Usage Arguments Author(s) References See Also Examples

View source: R/ShowAllSimulations.R

Description

Function ShowAllSimulations sums up the results of all simulation functions. It's 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

1
ShowAllSimulations(sym, y, x)

Arguments

sym

matrix of simulation profiles

y

matrix of preferences

x

matrix of profiles

Author(s)

Andrzej Bak andrzej.bak@ue.wroc.pl,

Tomasz Bartlomowicz tomasz.bartlomowicz@ue.wroc.pl

Department of Econometrics and Computer Science, Wroclaw University of Economics, Poland http://keii.ue.wroc.pl/conjoint

References

Bak A., Bartlomowicz T. (2012), Conjoint analysis method and its implementation in conjoint R package, [In:] Pociecha J., Decker R. (Eds.), Data analysis methods and its applications, C.H.Beck, Warszawa, p.239-248.

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, p. 283-317.

Green P.E., Srinivasan V. (1978), Conjoint Analysis in Consumer Research: Issues and Outlook, "Journal of Consumer Research", September, 5, p. 103-123.

SPSS 6.1 Categories (1994), SPSS Inc., Chicago.

See Also

caBTL, caLogit and caMaxUtility

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#Example 1
library(conjoint)
data(tea)
ShowAllSimulations(tsimp,tpref,tprof)

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

#Example 3
#library(conjoint)
#data(journey)
#ShowAllSimulations(jsimp,jpref,jprof)

Example output

  TotalUtility MaxUtility BTLmodel LogitModel
1         2,19         11    18,85      13,04
2         3,69         28    28,96      34,84
3         3,10         26    30,14      35,79
4         3,59         35    22,06      16,33
  TotalUtility MaxUtility BTLmodel LogitModel
1        10,41      52,87    31,77      50,42
2         8,50      22,99    26,17      24,31
3         7,39      11,49    23,11      12,80
4         6,35      12,64    18,95      12,47

conjoint documentation built on May 1, 2019, 8:05 p.m.