vd_est_vdm_screen {echoice2} | R Documentation |
Estimate volumetric demand model with attribute-based conjunctive screening
vd_est_vdm_screen(
vd,
R = 1e+05,
keep = 10,
cores = NULL,
error_dist = "EV1",
price_screen = TRUE,
control = list(include_data = TRUE)
)
vd |
volumetric demand data (long format) |
R |
draws |
keep |
thinning |
cores |
no of CPU cores to use (default: auto-detect) |
error_dist |
A string defining the error term distribution, 'EV1' or 'Normal' (default: 'EV1') |
price_screen |
A logical, indicating whether price tag screening should be estimated (default: TRUE) |
control |
list containing additional settings |
est ec-draw object (List)
data(icecream)
icecream_est <- icecream %>% vd_est_vdm_screen(R=10, cores=2)