Good morning,
I have a censored dataset, where individuals reported a willigness to pay (WTP) in a field experiment for a product, but where told that this value could not be below a certain value (let's say 5 USD). Individuals with a WTP below those 5 USD hence did not Report a WTP. All Independent variables are available for those indiviudals.
I estimate the following:
tobit WTP `controls' , ll (4.999999) vce(cluster Village)
predict WTP_predicted /*for censored value prediction*/
quietly margins, dydx(*) atmeans post
est store rWTP /*for Regression Output*/
When I look at the predicted values (WTP_predicted), some households whose WTP was censored have predicted values that are above the lower bound of 5 USD, which of course makes no sense.
Is the Tobit model the wrong model? Or am I doing something wrong here?
Help would be very much appreciated!
Thanks a lot in advance,
Marlene
I have a censored dataset, where individuals reported a willigness to pay (WTP) in a field experiment for a product, but where told that this value could not be below a certain value (let's say 5 USD). Individuals with a WTP below those 5 USD hence did not Report a WTP. All Independent variables are available for those indiviudals.
I estimate the following:
tobit WTP `controls' , ll (4.999999) vce(cluster Village)
predict WTP_predicted /*for censored value prediction*/
quietly margins, dydx(*) atmeans post
est store rWTP /*for Regression Output*/
When I look at the predicted values (WTP_predicted), some households whose WTP was censored have predicted values that are above the lower bound of 5 USD, which of course makes no sense.
Is the Tobit model the wrong model? Or am I doing something wrong here?
Help would be very much appreciated!
Thanks a lot in advance,
Marlene
Comment