Hello,
I am trying to run a tobit model with the amount of equity released (non negative) as the dependent variable and a set of demographic and economic variables as explanatory variables. Where, demographic variables (age and marital status) are dummies and the economic variables (household income, unsecured debts, property wealth, outstanding mortgage and liquid assets) are 'self reported' values. This is a panel data. On running the code,
[xi: tobit Equity i.wave Age55_64 Age65_74 Age75+ MarStat1 MarStat2 MarStat3 HHInc UnSecDebt PropWlth OSMortg TotLiqAsset, vce(robust) ll]
I am getting massive standard errors for dummy variables. The standard errors for economic variables seem fine. For example:
[Variable Coef. Std. Err.
Age55_64 7742.762 9887.739
HH Income .2881224 .1006127]
My query is that why are the standard errors for dummy variables so huge and how should one fix this? Is it because there are so many zeros in the dependent variable? Only a handful (close to 1% out of 92461 observations) answered this question in the survey.
I would request you to respond to my query.
Thanks
I am trying to run a tobit model with the amount of equity released (non negative) as the dependent variable and a set of demographic and economic variables as explanatory variables. Where, demographic variables (age and marital status) are dummies and the economic variables (household income, unsecured debts, property wealth, outstanding mortgage and liquid assets) are 'self reported' values. This is a panel data. On running the code,
[xi: tobit Equity i.wave Age55_64 Age65_74 Age75+ MarStat1 MarStat2 MarStat3 HHInc UnSecDebt PropWlth OSMortg TotLiqAsset, vce(robust) ll]
I am getting massive standard errors for dummy variables. The standard errors for economic variables seem fine. For example:
[Variable Coef. Std. Err.
Age55_64 7742.762 9887.739
HH Income .2881224 .1006127]
My query is that why are the standard errors for dummy variables so huge and how should one fix this? Is it because there are so many zeros in the dependent variable? Only a handful (close to 1% out of 92461 observations) answered this question in the survey.
I would request you to respond to my query.
Thanks
Comment