optim.ms.us.pw: Identifies the product profiles that maximazes market share,...

Description Usage Arguments Value Examples

Description

Computes market share for actual profiles as well as for all possible profiles in order to indentify the bundle that maximazes market share given actual profiles We use utility share 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
optim.ms.us.pw(mp, pw, design, hpb = 0)

Arguments

mp

a data frame with competitiors' profiles

pw

a data frame with all clients' part worths

design

a list with the experiment description (attributes and levels)

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
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.us<-optim.ms.utility.share(rat, bun, mp, design, hpb=1)
osc.ms.op.us

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