Hi all,
Does anyone know what the method "doubleb" uses when it calculates the standard error or confident intervals of willingness to pay?
When we calculate willingness to pay in STATA, we use the code like this:
And we get the results like this:

I know when we calculate standard error or confident interval of WTP we can use the delta method, Krinsky and Robb method and bootstrap method, I wonder what method it uses here?
I saw the source of "doubleb" but it did not help.
Does anyone know what the method "doubleb" uses when it calculates the standard error or confident intervals of willingness to pay?
When we calculate willingness to pay in STATA, we use the code like this:
Code:
*WTP for mean values nlcom (WTP:(_b[_cons]+age_m*_b[age]+female_m*_b[female])), noheader
I know when we calculate standard error or confident interval of WTP we can use the delta method, Krinsky and Robb method and bootstrap method, I wonder what method it uses here?
I saw the source of "doubleb" but it did not help.
Comment