Multiple bounded dichotomous choice

I am trying to analysis my results from a contingent valuation study for my dissertation but I cannot work out how to analyse my results as I have used multiple bounded dichotomous choice with WTPs ranging from £0-500 so I'm not sure how the DCchoice package would work for my analysis. Any and all help is welcome. Thanks.

That's a little too jargony for us to understand. Can you give us an example that we can dig into a little bit?

Hi max,
Sorry about the ramble. Instead of a bid yes/ bid no, I have WTP responses of £0, £15, £30, £50, £100, £300 and £500 for a contingent valuation study. I am not sure how to format my data set to analyse this. Or if there is a specific package I could use.

WTP?

You could turn this into a self-contained reprex (short for reproducible example). It will help us help you if we can be sure we're all working with/looking at the same stuff.

install.reprex("reprex")

If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page. The reprex dos and don'ts are also useful.

What to do if you run into clipboard problems

If you run into problems with access to your clipboard, you can specify an outfile for the reprex, and then copy and paste the contents into the forum.

reprex::reprex(input = "fruits_stringdist.R", outfile = "fruits_stringdist.md")

For pointers specific to the community site, check out the reprex FAQ.

1 Like