ec_screenprob_sr: Screening probabilities of choice alternatives

ec_screenprob_srR 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) 


echoice2 documentation built on Nov. 20, 2023, 9:06 a.m.