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)
)

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)
#> Using 2 cores
#>  MCMC in progress 
#> MCMC complete
#>  Total Time Elapsed: 0.00 minutes