Hi all,
I am working on the double-bounded dichotomous-choice contingent valuation method. I tied to use STATA to get the WTP by doubleb command but I met some problems, can someone help me? I use STATA because I got stuck on R and I saw someone who had the same problem in R said she made it through on STATA instead.
My code is like this:
```
doubleb bid1a ffb yorn1 ffy gtr geoegb inhosp expen watp age gend mincome ideolody intnew
```
where
bid1a ffb are the first and the second bid I gave to participants separately;
yorn1 ffy are the answer (0/1) to the first and second bid separately;
others variables are others contributes variables.
After I run this, it told me:
I check my data there is some error like this, I fixed it and checked multiple times there's no problem in my data like this any more.
I run it again and again, it gave me the same error. Does anyone know what happened here and what's the other reason to cause this problem?
Many thanks.
I am working on the double-bounded dichotomous-choice contingent valuation method. I tied to use STATA to get the WTP by doubleb command but I met some problems, can someone help me? I use STATA because I got stuck on R and I saw someone who had the same problem in R said she made it through on STATA instead.
My code is like this:
```
doubleb bid1a ffb yorn1 ffy gtr geoegb inhosp expen watp age gend mincome ideolody intnew
```
where
bid1a ffb are the first and the second bid I gave to participants separately;
yorn1 ffy are the answer (0/1) to the first and second bid separately;
others variables are others contributes variables.
After I run this, it told me:
I check my data there is some error like this, I fixed it and checked multiple times there's no problem in my data like this any more.
I run it again and again, it gave me the same error. Does anyone know what happened here and what's the other reason to cause this problem?
Many thanks.
Comment