vd_est_vdm_screen {echoice2} | R Documentation |
Estimate volumetric demand model with attribute-based conjunctive screening
Description
Estimate volumetric demand model with attribute-based conjunctive screening
Usage
vd_est_vdm_screen(
vd,
R = 1e+05,
keep = 10,
cores = NULL,
error_dist = "EV1",
price_screen = TRUE,
control = list(include_data = TRUE)
)
Arguments
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 |
Value
est ec-draw object (List)
Examples
data(icecream)
icecream_est <- icecream %>% vd_est_vdm_screen(R=10, cores=2)
[Package echoice2 version 0.2.4 Index]