optim.ms.first.choice: Identifies the product profiles that maximazes market share,...

Description Usage Arguments Value Examples

Description

Computes market share for actual product profiles as well as for all possible profiles in order to indentify the bundle that maximazes market share given actual profiles We use first choice rule If we combine all three functions into one function, we can use rule=1 for first choice, rule=2 for utility share, and the rest for logit. With a if sentence we hace combine all 3 functions into one.

Usage

1
2
optim.ms.first.choice(ratings, bundles, market.profiles, design, rank = 0,
  hpb = 0)

Arguments

ratings

a data frame with all clients' ratings

bundles

a data frame with all product profiles rated by clients

market.profiles

a data frame with competitiors' profiles

design

a list with the experiment description (attributes and levels)

rank

if rank==1, then transform a ranking into utilities

hpb

if hpb==1, then hide the progress bar. This is for rmarkdown

Value

optim.list a list with with the optim profile as well as optim market share

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(MDSConjointData)
names(MDSConjointData)
osc<-MDSConjointData$osc
class(osc)
names(osc)
rat<-osc$ratings
bun<-osc$bundles
mp<-osc$market.profiles
design<-osc$design

osc.ms.op.1choice<-optim.ms.first.choice(rat, bun, mp, design, hpb=1)
osc.ms.op.1choice

jlopezsi/MDSConjoint documentation built on May 19, 2019, 12:48 p.m.