Dear community,
I am working with an ESG index score as DV. This variable can range from 0 (minimum) to 1 (maximum). Now, I wonder if using MLR is the right approach since 291 out of the 412 observations have a value of 0.
The index is dispersed as follows:
I am considering using a Two-Part Model with OLS for the second part, but I was wondering whether this is the right approach or if I should use a different model.
I appreciate any help you can provide.
I am working with an ESG index score as DV. This variable can range from 0 (minimum) to 1 (maximum). Now, I wonder if using MLR is the right approach since 291 out of the 412 observations have a value of 0.
The index is dispersed as follows:
Code:
Total ESG | Score | Freq. Percent Cum. ------------+----------------------------------- 0 | 291 70.63 70.63 .1111111 | 10 2.43 73.06 .125 | 46 11.17 84.22 .2 | 3 0.73 84.95 .2222222 | 9 2.18 87.14 .25 | 29 7.04 94.17 .3333333 | 5 1.21 95.39 .375 | 13 3.16 98.54 .4444444 | 2 0.49 99.03 .5 | 2 0.49 99.51 .75 | 2 0.49 100.00 ------------+----------------------------------- Total | 412 100.00
I am considering using a Two-Part Model with OLS for the second part, but I was wondering whether this is the right approach or if I should use a different model.
I appreciate any help you can provide.
Comment