powered by
Obtain draws of screening probabilities of choiec alternatives
ec_screenprob_sr(xd, est, cores=NULL)
Draws of screening probabilities of choice alternatives
data
ec-model draws
(optional) cores
data(icecream) icecream_est <- icecream %>% filter(id<10) %>% vd_est_vdm_screen(R=10, price_screen=TRUE) ec_screenprob_sr(icecream %>% filter(id<10), icecream_est)
Run the code above in your browser using DataLab