The following code shows the selected priors and the corresponding WTP values as well as the deterministic choices
The simulation has 300 respondents and 1000 runs. The simulation itself took 5M 36.174S .
Prior selection and deterministic utility.
The following priors have been selected and they result in the following WTP values
# Priors chosen in this simulationb_flood <- all_designs$arguements$`Beta values`$bfloodb_heat <- all_designs$arguements$`Beta values`$bheatb_tax <- all_designs$arguements$`Beta values`$btax(c(b_flood,b_heat,b_tax))
[1] 0.15 0.10 -0.16
# Calculate WTP valueswtp_flood <--b_flood / b_taxwtp_heat <--b_heat / b_tax# Print the WTP valuescat("WTP for Flood Reduction: ", wtp_flood, "\n")
WTP for Flood Reduction: 0.9375
cat("WTP for Heat Reduction: ", wtp_heat, "\n")
WTP for Heat Reduction: 0.625
For a 1% reduction in flood risk respondents are willing to accept a tax increase 0.9375 percentage points. 50% reduction in flood risk thus is 46.875.
Statistics and power
Here you see the statistics of your parameters for the 1000 runs.
To facilitate interpretation and judgement of the different designs, you can plot the densities of simulated parameter values from the different experimental designs.