Hi all,
I am encountering an error with probit models I have never seen before. Unfortunately, the data is restricted, so I cannot post the data or even a sub-sample of the data here for people to see. In addition, I cannot recreate the error using a fake data set. Thus, I'm hoping that someone else has seen this "error" before and can offer a quick explanation/solution.
I am running a probit model with robust standard errors with 4 independent variables:
The probit model converges and gives me a table of coefficients. However, the wald chi-squared statistic (and also the associated p-value) is missing. In addition, when I run the exact same probit model without the robust-adjusted standard errors, the model does in fact converge and give me a LR statistic.
Why is it the case that the wald chi-squared statistic shows up as missing with robust standard errors? Is this a sign that something troubling is going on with my data/model?
In the end, for my analysis, I'm not too concerned about the wald chi-squared statistic; I'm more interested in the coefficients. However, I'm more concerned that the missing wald statistic is a sign that something more salient is lurking in the background that could cause problems.
Thank you in advance for your help!
Vincent
I am encountering an error with probit models I have never seen before. Unfortunately, the data is restricted, so I cannot post the data or even a sub-sample of the data here for people to see. In addition, I cannot recreate the error using a fake data set. Thus, I'm hoping that someone else has seen this "error" before and can offer a quick explanation/solution.
I am running a probit model with robust standard errors with 4 independent variables:
Code:
probit y x1 x2 x3 x4, vce(robust)
Why is it the case that the wald chi-squared statistic shows up as missing with robust standard errors? Is this a sign that something troubling is going on with my data/model?
In the end, for my analysis, I'm not too concerned about the wald chi-squared statistic; I'm more interested in the coefficients. However, I'm more concerned that the missing wald statistic is a sign that something more salient is lurking in the background that could cause problems.
Thank you in advance for your help!
Vincent
Comment