Dear ALL
I'am working on data that looks like this format:
Now my problem is that i'am running a Logit model and my dependent variables is Y. after running the model the results says i have multicolineraity coming from the section i highlighted in the data. So I was wondering how anyone can help fix the issues. Because my understanding is that i just cannot drop the variables or change the information.
I'am working on data that looks like this format:
| y | x |
| 1 | 50 |
| 1 | 5 |
| 1 | 10 |
| 1 | 15 |
| 1 | 20 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 0 | 1 |
| 1 | 12 |
| 1 | 15 |
| 1 | 45 |
| 1 | 78 |
| 1 | 12 |
| 1 | 13 |
| 1 | 11 |
| 1 | 7 |
| 1 | 4 |

Comment