Hi,
I'm using Stata/IC 14.0 and run a double hurdle model in order to test time use decision of individuals.
For this model, I use this command:
churdle linear lnavperCC $varlist if (hhr_yaki==1 | hhr_yaki==2) & gender==1, select ( $varlist) ll(0) vce(robust)
After that, I know that I cannot interpret the coefficients of the double hurdle model, I can only interpret their significance level and positive/negative impact.
Then, I want to calculate marginal effects at means, but I get different significance level for some of the variables compared to the double hurdle model.
I could not figure out what's wrong. Any help will be appreciated.
Thanks.
I'm using Stata/IC 14.0 and run a double hurdle model in order to test time use decision of individuals.
For this model, I use this command:
churdle linear lnavperCC $varlist if (hhr_yaki==1 | hhr_yaki==2) & gender==1, select ( $varlist) ll(0) vce(robust)
After that, I know that I cannot interpret the coefficients of the double hurdle model, I can only interpret their significance level and positive/negative impact.
Then, I want to calculate marginal effects at means, but I get different significance level for some of the variables compared to the double hurdle model.
I could not figure out what's wrong. Any help will be appreciated.
Thanks.
Comment