ec_screenprob_sr {echoice2}R Documentation

Screening probabilities of choice alternatives

Description

Obtain draws of screening probabilities of choiec alternatives

Usage

ec_screenprob_sr(xd, est, cores=NULL)

Arguments

xd

data

est

ec-model draws

cores

(optional) cores

Value

Draws of screening probabilities of choice alternatives

Examples

data(icecream)
icecream_est <- icecream %>% filter(id<10) %>% vd_est_vdm_screen(R=10,  price_screen=TRUE, cores=2)
ec_screenprob_sr(icecream %>% filter(id<10), icecream_est, cores=2) 


[Package echoice2 version 0.2.4 Index]