ec_screenprob_sr {echoice2} | R Documentation |
Obtain draws of screening probabilities of choiec alternatives
ec_screenprob_sr(xd, est, cores=NULL)
xd |
data |
est |
ec-model draws |
cores |
(optional) cores |
Draws of screening probabilities of choice alternatives
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)