I am trying to run a Probit Heckman model following the Stata guideline here, and I keep running into this error message:
"initial values not feasible
last estimates not found"
But I have no issues running the same data with both regress and Heckman commands, and I would appreciate any support on this.
Here is a data example:
dataex avg_sentiment opin_leader collective_action economic_demand_complaint count
output:
```
----------------------- copy starting from the next line -----------------------
------------------ copy up to and including the previous line ------------------
```
"initial values not feasible
last estimates not found"
But I have no issues running the same data with both regress and Heckman commands, and I would appreciate any support on this.
Here is a data example:
dataex avg_sentiment opin_leader collective_action economic_demand_complaint count
output:
```
----------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double avg_sentiment float opin_leader byte(collective_action economic_demand_complaint) int count -.6666666666666666 0 0 0 12 -.6666666666666666 0 1 1 12 -.6666666666666666 0 0 0 12 -.6666666666666666 0 0 0 12 -.6818181818181819 1 0 0 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 0 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.6818181818181819 1 0 1 22 -.2307692307692307 1 0 1 26 -.2307692307692307 1 0 0 26 -.2307692307692307 1 0 0 26 -.2307692307692307 1 0 1 26 -.2307692307692307 1 0 0 26 -.2307692307692307 1 0 0 26 -.2307692307692307 1 0 1 26 end
```
Comment