Dear all,
For my master thesis, I am using a probit model.
my model:
probit Rejected i.WLB1 i.Industry i.COUNTRY i.Sole Sales Size FirmAge Experience
Rejected is a dummy equal to 1 when the firm is rejected in their loan request, zero otherwise
WLB is a dummy equal to 1 when the firm is a woman-led-business, zero otherwise
Industry ranges from 1 to 6, as there are six kinds of industry, if a firm is e.g. in industry 3, it gets a dummy value 1
COUNTRY ranges from 1 to 3, here also, e.g. firm is located in country2, gets dummy value 1
Sole is a dummy equal to 1 when there is sole proprietorship, zero otherwise
Sales, Experience, FirmAge and Size are numeric
When I was testing for heterogeneity, I got Pr > F = 0.000 (both for the Breush-Pagan test and White test), so it couldn't be worse. Also, when I do a scatter plot with the fitted values and the squared residuals, you can see a pattern (so no random distribution). I already saw that there exist the option 'robust' for linear regression, but unfortunately, I use probit. Is there a command that I can use similar to 'robust'? Or how do I solve this?
Currently I am trying non-linearity tests (e.g. testing for polynomiality of dependent var, logging), because I thought that when I change my model a bit, the problem could be solved. However, when I do these tests, my model doesn't improve (p values and chi² are getting worse). Also, as my dependent variable is a binary variable, it is (I think) useless to do scatter plots between the y variable and the numeric independent variables, as you only see bullet points around the line of the 1 and 0 values of the y variable and you cannot see a clear pattern (to see if the variable is eg has a exponential pattern).
Also, am I correct that I cannot transform my dummy independent variables, that this is only possible with numeric ones?
Thank you in advance!
For my master thesis, I am using a probit model.
my model:
probit Rejected i.WLB1 i.Industry i.COUNTRY i.Sole Sales Size FirmAge Experience
Rejected is a dummy equal to 1 when the firm is rejected in their loan request, zero otherwise
WLB is a dummy equal to 1 when the firm is a woman-led-business, zero otherwise
Industry ranges from 1 to 6, as there are six kinds of industry, if a firm is e.g. in industry 3, it gets a dummy value 1
COUNTRY ranges from 1 to 3, here also, e.g. firm is located in country2, gets dummy value 1
Sole is a dummy equal to 1 when there is sole proprietorship, zero otherwise
Sales, Experience, FirmAge and Size are numeric
When I was testing for heterogeneity, I got Pr > F = 0.000 (both for the Breush-Pagan test and White test), so it couldn't be worse. Also, when I do a scatter plot with the fitted values and the squared residuals, you can see a pattern (so no random distribution). I already saw that there exist the option 'robust' for linear regression, but unfortunately, I use probit. Is there a command that I can use similar to 'robust'? Or how do I solve this?
Currently I am trying non-linearity tests (e.g. testing for polynomiality of dependent var, logging), because I thought that when I change my model a bit, the problem could be solved. However, when I do these tests, my model doesn't improve (p values and chi² are getting worse). Also, as my dependent variable is a binary variable, it is (I think) useless to do scatter plots between the y variable and the numeric independent variables, as you only see bullet points around the line of the 1 and 0 values of the y variable and you cannot see a clear pattern (to see if the variable is eg has a exponential pattern).
Also, am I correct that I cannot transform my dummy independent variables, that this is only possible with numeric ones?
Thank you in advance!
Comment