Dear smart people.
I encountered this problem several times but now I want to solve it for good. When I'm doing regressions, typically with 2 fixed effects, sometimes I get the warning "variance matrix is nonsymmetric or highly singular".
Coefficients are computed but there are no standard errors. here comes the weird thing:
with most regressions, after I execute the exact same command several times, it works in one of the cases. For a few cases I have tried >20times and it never worked.
Regressions take the form
areg y x1 x2 .... i.smallGroup if ....., absorb(largeGroup) robust cluster(smallGroup OR another)
system is Stata SE 13.1, windows 7prof, 32bit
This should not be a mathematical problem but a software issue?
If anyone could tell me a reliable solution, my forever gratitude would be certain!
AF
I encountered this problem several times but now I want to solve it for good. When I'm doing regressions, typically with 2 fixed effects, sometimes I get the warning "variance matrix is nonsymmetric or highly singular".
Coefficients are computed but there are no standard errors. here comes the weird thing:
with most regressions, after I execute the exact same command several times, it works in one of the cases. For a few cases I have tried >20times and it never worked.
Regressions take the form
areg y x1 x2 .... i.smallGroup if ....., absorb(largeGroup) robust cluster(smallGroup OR another)
system is Stata SE 13.1, windows 7prof, 32bit
This should not be a mathematical problem but a software issue?
If anyone could tell me a reliable solution, my forever gratitude would be certain!
AF
Comment