Learn R Programming

echoice2 (version 0.2.3)

ec_screenprob_sr: Screening probabilities of choice alternatives

Description

Obtain draws of screening probabilities of choiec alternatives

Usage

ec_screenprob_sr(xd, est, cores=NULL)

Value

Draws of screening probabilities of choice alternatives

Arguments

xd

data

est

ec-model draws

cores

(optional) cores

Examples

Run this code
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