You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
I have a similar problem. I am trying to predict the number of goals, which two soccer teams will score in a match. I used Negative Binomial (NB) command "nbreg" and for some models, I received LR "not concave". My explanatory variables are attack and defense parameters which take values between 0 and 2 (continuous variables) and two dependent variables Final Total Home Goals and Final Total Away Goals.
- I thought it is because the data set is small (380 observations) but when I run it for larger sets (5700 observations) the only thing changes is that another model becomes "not concave" instead of the previous one.
Therefore, I have two questions:
1) Is there is a way to improve it/get rid of "not concave" and keep all variables?
2) I would really appreciate it if in your response you included a mathematical explanation of this problem too (in the lite of NB and/or regressions matter) along with SATA explanation if this is fine with you?
Comment