Dear Stata Members
My dependent variable is a truncated or bounded dependent variable which has 0 as the lower limit and 1 as the upper limit. I am dealing with a panel and in that case is it alright to use usual panel regression by employing xtreg dep_var indep_var? In Economics and Finance such bounded variables are very common and usually research articles employ panel regression techniques. Is that methodologically correct?
.I have 55528 observations of dep_var with 0.
If not panel, what should be the regression one should use for truncated dep var
My dependent variable is a truncated or bounded dependent variable which has 0 as the lower limit and 1 as the upper limit. I am dealing with a panel and in that case is it alright to use usual panel regression by employing xtreg dep_var indep_var? In Economics and Finance such bounded variables are very common and usually research articles employ panel regression techniques. Is that methodologically correct?
Code:
tabstat dep_var,stat(n mean sd p25 p50 p75 min max) col(stat) Variable | N Mean SD p25 p50 p75 Min Max -------------+-------------------------------------------------------------------------------- dep_var | 202448 .2285361 .2546204 0 .1742105 .3449566 0 1 ----------------------------------------------------------------------------------------------
If not panel, what should be the regression one should use for truncated dep var
Comment